[][src]Trait rustorm::FromDao

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

impl FromDao for ColumnStat
[src]

impl FromDao for DatabaseName
[src]