Trait repos::Entity [] [src]

pub trait Entity {
    fn convert(row: Row) -> Self;
}

Required Methods

Implementors