env_logger::fmt

Type Alias SubtleStyle

Source
type SubtleStyle = StyledValue<&'static str>;

Aliased Type§

struct SubtleStyle {
    style: Style,
    value: &'static str,
}

Fields§

§style: Style§value: &'static str

Trait Implementations

Source§

impl<T: Display> Display for StyledValue<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more