Struct bitstring_trees::set::Leaf [] [src]

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

Leaf nodes represent prefixes part of the set

Methods

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

The prefix the leaf represents

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.