Home
last modified time | relevance | path

Searched defs:hex_color (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/winnow/examples/css/
Dparser.rs21 pub fn hex_color(input: &mut &str) -> PResult<Color> { in hex_color() function
/external/rust/crates/nom/tests/
Dcss.rs25 fn hex_color(input: &str) -> IResult<&str, Color> { in hex_color() function