DispatchAlertDescription

Trait DispatchAlertDescription 

Source
pub trait DispatchAlertDescription {
    // Required method
    fn create_alert_description(
        &self,
        dispatch_type: AlertDispatchType,
    ) -> String;
}

Required Methods§

Implementors§