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