Trait termimad::PushStyleTokens

source ·
pub trait PushStyleTokens {
    // Required method
    fn push_style_tokens(&self, tokens: &mut Vec<StyleToken>);

    // Provided method
    fn to_style_tokens_string(&self) -> String { ... }
}

Required Methods§

source

fn push_style_tokens(&self, tokens: &mut Vec<StyleToken>)

Provided Methods§

Implementors§