Struct sp_trie::Layout [−][src]
pub struct Layout<H>(_);
substrate trie layout
Trait Implementations
impl<H: Hasher> TrieConfiguration for Layout<H>
[src]
impl<H: Hasher> TrieConfiguration for Layout<H>
[src]fn trie_root<I, A, B>(input: I) -> <Self::Hash as Hasher>::Out where
I: IntoIterator<Item = (A, B)>,
A: AsRef<[u8]> + Ord,
B: AsRef<[u8]>,
[src]
I: IntoIterator<Item = (A, B)>,
A: AsRef<[u8]> + Ord,
B: AsRef<[u8]>,
fn trie_root_unhashed<I, A, B>(input: I) -> Vec<u8> where
I: IntoIterator<Item = (A, B)>,
A: AsRef<[u8]> + Ord,
B: AsRef<[u8]>,
[src]
I: IntoIterator<Item = (A, B)>,
A: AsRef<[u8]> + Ord,
B: AsRef<[u8]>,
fn encode_index(input: u32) -> Vec<u8>
[src]
pub fn trie_build<DB, I, A, B>(
db: &mut DB,
input: I
) -> <Self::Hash as Hasher>::Out where
I: IntoIterator<Item = (A, B)>,
A: AsRef<[u8]> + Ord,
B: AsRef<[u8]>,
DB: HashDB<Self::Hash, usize>,
[src]
db: &mut DB,
input: I
) -> <Self::Hash as Hasher>::Out where
I: IntoIterator<Item = (A, B)>,
A: AsRef<[u8]> + Ord,
B: AsRef<[u8]>,
DB: HashDB<Self::Hash, usize>,
pub fn ordered_trie_root<I, A>(input: I) -> <Self::Hash as Hasher>::Out where
I: IntoIterator<Item = A>,
A: AsRef<[u8]>,
[src]
I: IntoIterator<Item = A>,
A: AsRef<[u8]>,
impl<H: Hasher> TrieLayout for Layout<H>
[src]
impl<H: Hasher> TrieLayout for Layout<H>
[src]const USE_EXTENSION: bool
[src]
const ALLOW_EMPTY: bool
[src]
type Hash = H
Hasher to use for this trie.
type Codec = NodeCodec<Self::Hash>
Codec to use (needs to match hasher and nibble ops).
Auto Trait Implementations
impl<H> RefUnwindSafe for Layout<H> where
H: RefUnwindSafe,
H: RefUnwindSafe,
impl<H> Send for Layout<H> where
H: Send,
H: Send,
impl<H> Sync for Layout<H> where
H: Sync,
H: Sync,
impl<H> Unpin for Layout<H> where
H: Unpin,
H: Unpin,
impl<H> UnwindSafe for Layout<H> where
H: UnwindSafe,
H: UnwindSafe,
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(self) -> T
[src]
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,