Repository

Trait Repository 

Source
pub trait Repository<T>: QueryExecutor<T> + Crud<T>{ }

Implementors§