[−][src]Type Definition sp_trie::PlainDB
type PlainDB<'a, K> = dyn PlainDB<K, DBValue> + 'a;
Reexport from hash_db
, with genericity set for key only.
type PlainDB<'a, K> = dyn PlainDB<K, DBValue> + 'a;
Reexport from hash_db
, with genericity set for key only.