pub fn new_in_mem<H, KF>() -> TrieBackend<GenericMemoryDB<H, KF>, H>where
    H: Hasher,
    H::Out: Codec + Ord,
    KF: KeyFunction<H> + Send + Sync,
Expand description

Create a new empty instance of in-memory backend.