Struct qptrie::Trie [] [src]

pub struct Trie<TK: PartialEq + AsRef<[u8]>, TV> { /* fields omitted */ }

Methods

impl<TK: PartialEq + AsRef<[u8]>, TV> Trie<TK, TV>
[src]

Trait Implementations

impl<TK: Default + PartialEq + AsRef<[u8]>, TV: Default> Default for Trie<TK, TV>
[src]

Returns the "default value" for a type. Read more

impl<TK: Debug + PartialEq + AsRef<[u8]>, TV: Debug> Debug for Trie<TK, TV>
[src]

Formats the value using the given formatter.