pub trait ReadImplFamily {
    type FamilyRepresentative: ?Sized;
}

Required Associated Types§

Implementors§

source§

impl<ValueType> ReadImplFamily for KvdbSqlite<ValueType>