Enum trie_root::Value [−][src]
Expand description
Different possible value to use for node encoding.
Variants
Contains a full value.
Contains hash of a value.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Value<'a>
impl<'a> UnwindSafe for Value<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more