[−][src]Trait bm_le::FromCompositeVectorTree
Traits for vector converting from a composite tree structure.
Required methods
fn from_composite_vector_tree<DB: ReadBackend>(
root: &ValueOf<DB::Construct>,
db: &mut DB,
len: usize,
max_len: Option<usize>
) -> Result<Self, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
root: &ValueOf<DB::Construct>,
db: &mut DB,
len: usize,
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 length and maximum length.
Implementors
impl<T: FromTree> FromCompositeVectorTree for ElementalFixedVec<T>[src]
fn from_composite_vector_tree<DB: ReadBackend>(
root: &ValueOf<DB::Construct>,
db: &mut DB,
len: usize,
max_len: Option<usize>
) -> Result<Self, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
root: &ValueOf<DB::Construct>,
db: &mut DB,
len: usize,
max_len: Option<usize>
) -> Result<Self, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,