slack_morphism/models/common/
formatters.rs

1
2
3
pub trait SlackTextFormat {
    fn to_slack_format(&self) -> String;
}