Trait slack_morphism::SlackTextFormat
source · pub trait SlackTextFormat {
// Required method
fn to_slack_format(&self) -> String;
}
pub trait SlackTextFormat {
// Required method
fn to_slack_format(&self) -> String;
}