Struct trie_test::FixedTrie [] [src]

pub struct FixedTrie<D: DatabaseGuard, K: Encodable + Decodable, V: Encodable + Decodable>(_, _);

Methods

impl<D: DatabaseGuard, K: Encodable + Decodable, V: Encodable + Decodable> FixedTrie<D, K, V>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<D: Clone + DatabaseGuard, K: Clone + Encodable + Decodable, V: Clone + Encodable + Decodable> Clone for FixedTrie<D, K, V>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<D: Debug + DatabaseGuard, K: Debug + Encodable + Decodable, V: Debug + Encodable + Decodable> Debug for FixedTrie<D, K, V>
[src]

[src]

Formats the value using the given formatter.