Struct reference_trie::AllowEmptyLayout 
source · [−]pub struct AllowEmptyLayout;Expand description
Trie that allows empty values.
Trait Implementations
Returns the “default value” for a type. Read more
If true, the trie will use extension nodes and no partial in branch, if false the trie will only use branch and node with partials in both. Read more
If true, the trie will allow empty values into TrieDBMut
Threshold above which an external node should be use to store a node value. Read more
type Codec = ReferenceNodeCodec<RefHasher>
type Codec = ReferenceNodeCodec<RefHasher>
Codec to use (needs to match hasher and nibble ops).
Auto Trait Implementations
impl RefUnwindSafe for AllowEmptyLayout
impl Send for AllowEmptyLayout
impl Sync for AllowEmptyLayout
impl Unpin for AllowEmptyLayout
impl UnwindSafe for AllowEmptyLayout
Blanket Implementations
Mutably borrows from an owned value. Read more