Trait slack_morphism::prelude::SlackTextFormat[][src]

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

Required methods

Implementors