Trait mysql_repo::Updatable [] [src]

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

Required Methods

Implementors