postmasterlib::dto

Trait GenericLetterDto

Source
pub trait GenericLetterDto {
    // Required methods
    fn get_template(&self) -> Templates;
    fn get_to_user(&self) -> UserMinimal;
    fn get_from_user(&self) -> UserMinimal;
}

Required Methods§

Implementors§