Type Alias Storage
pub type Storage = BoxService<CreateCollection, Collection, Box<dyn Error + Send + Sync>>;Available on crate feature
inspect only.Expand description
Erase the storage implementation only at the composition boundary.
Aliased Type§
pub struct Storage { /* private fields */ }