pub fn new_in_mem<H: Hasher>() -> TrieBackend<MemoryDB<H>, H> where H::Out: Codec + Ord,
Create a new empty instance of in-memory backend.