pub type CaretColor = GenericCaretColor<Color>;Expand description
caret-color
Aliased Type§
#[repr(transparent)]pub struct CaretColor(pub GenericColorOrAuto<Color>);Tuple 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