cfx_
storage
1.0.0
DbImpl
Family
Required Associated Types
FamilyRepresentative
Implementors
In cfx_
storage::
storage_
db::
key_
value_
db
cfx_storage
::
storage_db
::
key_value_db
Trait
DbImplFamily
Copy item path
Source
pub trait DbImplFamily { type
FamilyRepresentative
: ?
Sized
; }
Required Associated Types
§
Source
type
FamilyRepresentative
: ?
Sized
Implementors
§
Source
§
impl<ValueType>
DbImplFamily
for
KvdbSqlite
<ValueType>
Source
§
type
FamilyRepresentative
=
KvdbSqlite
<ValueType>