[][src]Trait slack_morphism_models::SlackTextFormat

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

Required methods

fn to_slack_format(&self) -> String

Loading content...

Implementors

impl SlackTextFormat for SlackUserId[src]

Loading content...