[−][src]Trait bm_le::IntoCompactListTree
Traits for list converting into a tree structure.
Required methods
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
Convert this list into merkle tree, writing nodes into the given database, and using the maximum length specified.
Implementors
impl<'a> IntoCompactListTree for ElementalVariableVecRef<'a, bool>[src]
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a> IntoCompactListTree for ElementalVariableVecRef<'a, u128>[src]
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a> IntoCompactListTree for ElementalVariableVecRef<'a, u16>[src]
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a> IntoCompactListTree for ElementalVariableVecRef<'a, u32>[src]
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a> IntoCompactListTree for ElementalVariableVecRef<'a, u64>[src]
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a> IntoCompactListTree for ElementalVariableVecRef<'a, u8>[src]
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a> IntoCompactListTree for ElementalVariableVecRef<'a, U256>[src]
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoCompactListTree for ElementalVariableVec<T> where
ElementalVariableVecRef<'a, T>: IntoCompactListTree, [src]
ElementalVariableVecRef<'a, T>: IntoCompactListTree,
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<usize>
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,