Struct git_traverse::tree::breadthfirst::State [−][src]
pub struct State { /* fields omitted */ }
Expand description
The state used and potentially shared by multiple tree traversals.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for State
impl UnwindSafe for State
Blanket Implementations
Mutably borrows from an owned value. Read more