Skip to main content

SlackTextFormat

Trait SlackTextFormat 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl SlackTextFormat for Timestamp

Available on non-crate feature obsolete-chrono only.
Source§

impl SlackTextFormat for Zoned

Available on non-crate feature obsolete-chrono only.

Implementors§