Trait ReadImplFamily

Source
pub trait ReadImplFamily {
    type FamilyRepresentative: ?Sized;
}

Required Associated Types§

Implementors§

Source§

impl<ValueType> ReadImplFamily for KvdbSqlite<ValueType>