Struct makods::jostletree::Branch[][src]

pub struct Branch<N, T> {
    pub v: T,
    // some fields omitted
}

Fields

Methods

impl<N: Numeric, T> Branch<N, T>
[src]

Trait Implementations

impl<N: Debug, T: Debug> Debug for Branch<N, T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<N, T> !Send for Branch<N, T>

impl<N, T> !Sync for Branch<N, T>