Trait mas_storage::Repository
source · pub trait Repository<E>: RepositoryAccess<Error = E> + RepositoryTransaction<Error = E> + Send{ }
Expand description
A Repository
helps interacting with the underlying storage backend.
pub trait Repository<E>: RepositoryAccess<Error = E> + RepositoryTransaction<Error = E> + Send{ }
A Repository
helps interacting with the underlying storage backend.