pub trait RepositoryStorageProvider<D>: RepositoryStorage<D> + RepositoryProvider<D>where
D: Pouf,{ }Expand description
A subtrait of both RepositoryStorage and RepositoryProvider. This is useful to create trait objects that implement both traits.