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

Required methods

Implementations on Foreign Types

Implementors