Trait slack_morphism_models::SlackTextFormat[][src]

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

Required methods

Implementors