pub type BoxRepository = Box<dyn Repository<RepositoryError> + Send + Sync + 'static>;
Expand description
A type-erased Repository
Aliased Typeยง
pub struct BoxRepository(/* private fields */);
pub type BoxRepository = Box<dyn Repository<RepositoryError> + Send + Sync + 'static>;
A type-erased Repository
pub struct BoxRepository(/* private fields */);