Trait sea_orm::SelectorTrait[][src]

pub trait SelectorTrait {
    type Item: Sized;
    fn from_raw_query_result(res: QueryResult) -> Result<Self::Item, DbErr>;
}

Associated Types

Required methods

Implementors