Struct git_traverse::tree::breadthfirst::State
source · [−]pub struct State { /* private fields */ }
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