Enum git2::TreeWalkMode [−][src]
pub enum TreeWalkMode {
PreOrder,
PostOrder,
}
Expand description
A binary indicator of whether a tree walk should be performed in pre-order or post-order.
Variants
Runs the traversal in pre order.
Runs the traversal in post order.
Trait Implementations
Performs the conversion.