Struct trie_db::node::NibbleSlicePlan
source · [−]pub struct NibbleSlicePlan { /* private fields */ }
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 NibbleSlicePlan
impl Send for NibbleSlicePlan
impl Sync for NibbleSlicePlan
impl Unpin for NibbleSlicePlan
impl UnwindSafe for NibbleSlicePlan
Blanket Implementations
Mutably borrows from an owned value. Read more