pub trait SlackTextFormat {
// Required method
fn to_slack_format(&self) -> String;
}Required Methods§
fn to_slack_format(&self) -> String
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.
impl SlackTextFormat for Timestamp
Available on non-crate feature
obsolete-chrono only.fn to_slack_format(&self) -> String
Source§impl SlackTextFormat for Zoned
Available on non-crate feature obsolete-chrono only.
impl SlackTextFormat for Zoned
Available on non-crate feature
obsolete-chrono only.