Struct bitstring_trees::map::Leaf [] [src]

pub struct Leaf<S: BitString, V> { /* fields omitted */ }

Leaf nodes represent prefixes part of the set

Methods

impl<S: BitString, V> Leaf<S, V>
[src]

The prefix the leaf represents

Trait Implementations

impl<S: Clone + BitString, V: Clone> Clone for Leaf<S, V>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: Debug + BitString, V: Debug> Debug for Leaf<S, V>
[src]

Formats the value using the given formatter.