Struct emojicons::EmojiFormatter [] [src]

pub struct EmojiFormatter<'a>(pub &'a str);

Newtype used for substituting emoji codes for emoji

Leaves the notation intact if a corresponding emoji is not found in the lookup table.

Trait Implementations

impl<'a> Display for EmojiFormatter<'a>
[src]

Formats the value using the given formatter. Read more