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

Required Methods§

Implementations on Foreign Types§

Implementors§