Skip to main content

TermEmoji

Type Alias TermEmoji 

Source
pub type TermEmoji = Emoji<'static, 'static>;
Expand description

A type alias for emojis with static lifetimes, used throughout the CLI output.

Aliased Type§

pub struct TermEmoji(pub &'static str, pub &'static str);

Tuple Fields§

§0: &'static str§1: &'static str