[][src]Trait debil::SQLMapper

pub trait SQLMapper: Sized {
    type ValueType;
    fn map_from_sql(_: HashMap<String, Self::ValueType>) -> Self;
}

Associated Types

Loading content...

Required methods

fn map_from_sql(_: HashMap<String, Self::ValueType>) -> Self

Loading content...

Implementors

Loading content...