SubtleStyle

Type Alias SubtleStyle 

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

Aliased Type§

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

Fields§

§style: Style§value: &'static str