Trait rustorm_dao::FromDao[][src]

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

Required methods

fn from_dao(dao: &Dao) -> Self[src]

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

Loading content...

Implementors

Loading content...