Trait slack_morphism::SlackTextFormat

source ·
pub trait SlackTextFormat {
    // Required method
    fn to_slack_format(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

source§

impl<TZ: TimeZone> SlackTextFormat for DateTime<TZ>
where <TZ as TimeZone>::Offset: Display,

Implementors§