Enum tskit::NodeTraversalOrder[][src]

pub enum NodeTraversalOrder {
    Preorder,
}
Expand description

Specify the traversal order used by Tree::traverse_nodes.

Variants

Preorder

Preorder traversal, starting at the root(s) of a Tree. For trees with multiple roots, start at the left root, traverse to tips, proceeed to the next root, etc..

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.