pub type ScrollbarColor = ScrollbarColor<Color>;
Expand description
A specified value for scrollbar-color
property
Aliased Type§
enum ScrollbarColor {
Auto,
Colors {
thumb: Color,
track: Color,
},
}
Variants§
Trait Implementations§
source§impl Parse for ScrollbarColor
impl Parse for ScrollbarColor
source§fn parse<'i, 't>(
context: &ParserContext<'_>,
input: &mut Parser<'i, 't>,
) -> Result<Self, ParseError<'i>>
fn parse<'i, 't>( context: &ParserContext<'_>, input: &mut Parser<'i, 't>, ) -> Result<Self, ParseError<'i>>
Parse a value of this type. Read more