[][src]Trait rustorm_dao::FromDao

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

Required methods

fn from_dao(dao: &Dao) -> Self

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

Loading content...

Implementors

Loading content...