Trait rustorm_dao::ToDao[][src]

pub trait ToDao {
    fn to_dao(&self) -> Dao;
}

Required methods

fn to_dao(&self) -> Dao[src]

convert from an instance of the struct to a dao representation to be saved into the database

Loading content...

Implementors

Loading content...