[−][src]Trait bm_le::FromCompactListTree
Traits for list converting from a tree structure.
Required methods
fn from_compact_list_tree<DB: ReadBackend>(
root: &ValueOf<DB::Construct>,
db: &mut DB,
max_len: Option<usize>
) -> Result<Self, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
root: &ValueOf<DB::Construct>,
db: &mut DB,
max_len: Option<usize>
) -> Result<Self, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
Convert this type from merkle tree, reading nodes from the given database, with given maximum length.
Implementors
impl<T> FromCompactListTree for ElementalVariableVec<T> where
ElementalFixedVec<T>: FromCompactVectorTree, [src]
ElementalFixedVec<T>: FromCompactVectorTree,
fn from_compact_list_tree<DB: ReadBackend>(
root: &ValueOf<DB::Construct>,
db: &mut DB,
max_len: Option<usize>
) -> Result<Self, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
root: &ValueOf<DB::Construct>,
db: &mut DB,
max_len: Option<usize>
) -> Result<Self, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,