pub trait DbImplFamily {
    type FamilyRepresentative: ?Sized;
}

Required Associated Types§

Implementors§

source§

impl<ValueType> DbImplFamily for KvdbSqlite<ValueType>