env_logger::fmt

Type Alias SubtleStyle

source
type SubtleStyle = StyledValue<'static, &'static str>;

Aliased Type§

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

Fields§

§style: Cow<'static, Style>§value: &'static str