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