Trait dao::ToDao [] [src]

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

Required Methods

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

Implementors