[][src]Trait rustorm_dao::ToDao

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

Required methods

fn to_dao(&self) -> Dao

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

Loading content...

Implementors

Loading content...