cfx_storage
1.0.0
SingleWriterImplFamily
Required Associated Types
FamilyRepresentative
Implementors
In cfx_storage::storage_db::key_value_db
?
Trait
cfx_storage
::
storage_db
::
key_value_db
::
SingleWriterImplFamily
source
·
[
−
]
pub trait SingleWriterImplFamily { type
FamilyRepresentative
: ?
Sized
; }
Required Associated Types
§
source
type
FamilyRepresentative
: ?
Sized
Implementors
§
source
§
impl<ValueType>
SingleWriterImplFamily
for
KvdbSqlite
<ValueType>
§
type
FamilyRepresentative
=
KvdbSqlite
<ValueType>