pub trait Repository<V: Identity> {
type Error: Send + 'static;
}
Expand description
Marker trait with Error
definition for operations
pub trait Repository<V: Identity> {
type Error: Send + 'static;
}
Marker trait with Error
definition for operations