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.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".