Trait mysql_repo::Insertable [] [src]

pub trait Insertable<R: Repository> {
    fn sql() -> &'static str;
    fn to_params(&self) -> Params;
}

Required Methods

Implementors