Struct syntax::errors::snippet::StyledString [] [src]

pub struct StyledString {
    pub text: String,
    pub style: Style,
}
Unstable (rustc_private)

Fields

text: String
Unstable (rustc_private)
style: Style
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl Debug for StyledString
[src]

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

Formats the value using the given formatter.