Trait rustorm_dao::FromDao [] [src]

pub trait FromDao {
    fn from_dao(dao: &Dao) -> Self;
}

Required Methods

convert dao to an instance of the corresponding struct of the model taking into considerating the renamed columns

Implementors