Struct fs_trie::Trie [] [src]

pub struct Trie<V> { /* fields omitted */ }

Methods

impl<V> Trie<V>
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<V: Default> Default for Trie<V>
[src]

[src]

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

impl<V: Debug> Debug for Trie<V>
[src]

[src]

Formats the value using the given formatter.

impl<V: PartialEq> PartialEq for Trie<V>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.