pub type CaretColor = GenericCaretColor<Color>;
Expand description
caret-color
Aliased Type§
struct CaretColor(pub GenericColorOrAuto<Color>);
Fields§
§0: GenericColorOrAuto<Color>
Trait Implementations§
source§impl Parse for CaretColor
impl Parse for CaretColor
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