Struct syntex_errors::snippet::StyledString [] [src]

pub struct StyledString {
    pub text: String,
    pub style: Style,
}

Fields

text: String style: Style

Trait Implementations

impl Debug for StyledString
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.