Trait event_driven_core::message::MailSendable
source · pub trait MailSendable: Message + Serialize + Send + Sync + 'static {
// Required method
fn template_name(&self) -> String;
// Provided method
fn to_json(&self) -> Value { ... }
}