Module slack_blocks::text[][src]

Expand description

Text Object

slack api docs 🔗

An object containing some text, formatted either as plain_text or using mrkdwn 🔗, our proprietary textual markup that’s just different enough from Markdown to frustrate you.

Modules

build

Text builder

mrkdwn

Markdown text

plain

Just plain text

Structs

Mrkdwn

Markdown text

Plain

Just plain text

Enums

Text

Text Object

Traits

ToSlackMarkdown

Convenience trait to provide a little more meaning than a call to "foo".into(), and shorter than text::Mrkdwn::from("foo")

ToSlackPlaintext

Convenience trait to provide a little more meaning than a call to "foo".into(), and shorter than text::Plain::from("foo")