Struct trie_db::node::NibbleSlicePlan [−][src]
pub struct NibbleSlicePlan { /* fields omitted */ }Expand description
A NibbleSlicePlan is a blueprint for decoding a nibble slice from a byte slice. The
NibbleSlicePlan is created by parsing a byte slice and can be reused multiple times.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for NibbleSlicePlanimpl Send for NibbleSlicePlanimpl Sync for NibbleSlicePlanimpl Unpin for NibbleSlicePlanimpl UnwindSafe for NibbleSlicePlanBlanket Implementations
Mutably borrows from an owned value. Read more