[−][src]Trait petgraph::visit::ControlFlow
Control flow for callbacks.
The empty return value ()
is equivalent to continue.
Control flow for callbacks.
The empty return value ()
is equivalent to continue.
fn continuing() -> Self
fn should_break(&self) -> bool
impl ControlFlow for ()
[src]fn continuing()
[src]fn should_break(&self) -> bool
[src]impl<E> ControlFlow for Result<(), E>
[src]fn continuing() -> Self
[src]fn should_break(&self) -> bool
[src]impl<B> ControlFlow for Control<B>
[src]fn continuing() -> Self
[src]fn should_break(&self) -> bool
[src]