Trait EsRepo

Source
pub trait EsRepo {
    type Entity: EsEntity;
    type Err: From<EsEntityError>;
}

Required Associated Types§

Implementors§