Trait deuterium::Updatable [] [src]

pub trait Updatable<M>: Table + Sized {
    fn update(&self) -> UpdateQuery<(), NoResult, M> { ... }
}

Provided Methods

Implementors