[−][src]Trait bm_le::IntoTree
Traits for type converting into a tree structure.
Required methods
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
Convert this type into merkle tree, writing nodes into the given database.
Implementations on Foreign Types
impl IntoTree for bool[src]
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl IntoTree for u8[src]
fn into_tree<DB: WriteBackend>(
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl IntoTree for u16[src]
fn into_tree<DB: WriteBackend>(
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl IntoTree for u32[src]
fn into_tree<DB: WriteBackend>(
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl IntoTree for u64[src]
fn into_tree<DB: WriteBackend>(
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl IntoTree for u128[src]
fn into_tree<DB: WriteBackend>(
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl IntoTree for U256[src]
fn into_tree<DB: WriteBackend>(
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for Option<T> where
T: IntoTree, [src]
T: IntoTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl IntoTree for H256[src]
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl IntoTree for H512[src]
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 1] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 2] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 3] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 4] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 5] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 6] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 7] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 8] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 9] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 10] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 11] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 12] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 13] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 14] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 15] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 16] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 17] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 18] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 19] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 20] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 21] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 22] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 23] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 24] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 25] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 26] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 27] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 28] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 29] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 30] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 31] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T; 32] where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T, L: ArrayLength<T>> IntoTree for GenericArray<T, L> where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T, L: Unsigned> IntoTree for VecArray<T, L> where
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompositeVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl IntoTree for ()[src]
fn into_tree<DB: WriteBackend>(
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<A: IntoTree, B: IntoTree> IntoTree for (A, B)[src]
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<A: IntoTree, B: IntoTree, C: IntoTree> IntoTree for (A, B, C)[src]
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<A: IntoTree, B: IntoTree, C: IntoTree, D: IntoTree> IntoTree for (A, B, C, D)[src]
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<A: IntoTree, B: IntoTree, C: IntoTree, D: IntoTree, E: IntoTree> IntoTree for (A, B, C, D, E)[src]
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<A: IntoTree, B: IntoTree, C: IntoTree, D: IntoTree, E: IntoTree, F: IntoTree> IntoTree for (A, B, C, D, E, F)[src]
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<A: IntoTree, B: IntoTree, C: IntoTree, D: IntoTree, E: IntoTree, F: IntoTree, G: IntoTree> IntoTree for (A, B, C, D, E, F, G)[src]
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<A: IntoTree, B: IntoTree, C: IntoTree, D: IntoTree, E: IntoTree, F: IntoTree, G: IntoTree, H: IntoTree> IntoTree for (A, B, C, D, E, F, G, H)[src]
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<A: IntoTree, B: IntoTree, C: IntoTree, D: IntoTree, E: IntoTree, F: IntoTree, G: IntoTree, H: IntoTree, I: IntoTree> IntoTree for (A, B, C, D, E, F, G, H, I)[src]
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for [T] where
ElementalVariableVecRef<'a, T>: IntoCompositeListTree, [src]
ElementalVariableVecRef<'a, T>: IntoCompositeListTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T> IntoTree for Vec<T> where
ElementalVariableVecRef<'a, T>: IntoCompositeListTree, [src]
ElementalVariableVecRef<'a, T>: IntoCompositeListTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
Implementors
impl IntoTree for Value<Intermediate, End>[src]
fn into_tree<DB: WriteBackend>(
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
_db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a, T, L: ArrayLength<T>> IntoTree for CompactRef<'a, GenericArray<T, L>> where
ElementalFixedVecRef<'b, T>: IntoCompactVectorTree, [src]
ElementalFixedVecRef<'b, T>: IntoCompactVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a, T, L: Unsigned> IntoTree for CompactRef<'a, VecArray<T, L>> where
ElementalFixedVecRef<'b, T>: IntoCompactVectorTree, [src]
ElementalFixedVecRef<'b, T>: IntoCompactVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a, T, ML: Unsigned> IntoTree for CompactRef<'a, MaxVec<T, ML>> where
ElementalVariableVecRef<'b, T>: IntoCompactListTree, [src]
ElementalVariableVecRef<'b, T>: IntoCompactListTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T, L: ArrayLength<T>> IntoTree for Compact<GenericArray<T, L>> where
ElementalFixedVecRef<'a, T>: IntoCompactVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompactVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T, L: Unsigned> IntoTree for Compact<VecArray<T, L>> where
ElementalFixedVecRef<'a, T>: IntoCompactVectorTree, [src]
ElementalFixedVecRef<'a, T>: IntoCompactVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T, ML: Unsigned> IntoTree for MaxVec<T, ML> where
ElementalVariableVecRef<'b, T>: IntoCompositeListTree, [src]
ElementalVariableVecRef<'b, T>: IntoCompositeListTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<T, ML: Unsigned> IntoTree for Compact<MaxVec<T, ML>> where
ElementalVariableVecRef<'b, T>: IntoCompactListTree, [src]
ElementalVariableVecRef<'b, T>: IntoCompactListTree,