Struct prefixtree::PrefixTree [] [src]

pub struct PrefixTree<T> { /* fields omitted */ }

Methods

impl<T: Clone> PrefixTree<T>
[src]

Trait Implementations

impl<T: Debug> Debug for PrefixTree<T>
[src]

Formats the value using the given formatter.

impl<T: Clone> Clone for PrefixTree<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more