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