[][src]Trait sp_state_machine::backend::Consolidate

pub trait Consolidate {
    fn consolidate(&mut self, other: Self);
}
[]

Trait that allows consolidate two transactions together.

Required methods

fn consolidate(&mut self, other: Self)[]

Consolidate two transactions into one.

Implementations on Foreign Types

impl Consolidate for ()[src][]

impl Consolidate for Vec<(Option<ChildInfo>, StorageCollection)>[src][]

impl<H: Hasher, KF: KeyFunction<H>> Consolidate for GenericMemoryDB<H, KF>[src][]

Implementors