Trait mysql_repo::Findable [] [src]

pub trait Findable<R: Repository>: Sized {
    fn sql() -> &'static str;
    fn from_row(row: Row) -> Result<Self, Error>;
}

Required Methods

Implementors