Trait slack_blocks::text::ToSlackPlaintext [−][src]
Expand description
Convenience trait to provide a little more meaning than
a call to "foo".into(), and shorter than text::Plain::from("foo")
Convenience trait to provide a little more meaning than
a call to "foo".into(), and shorter than text::Plain::from("foo")
impl<T: Into<Plain>> ToSlackPlaintext for T[src]