pub fn parse_hash_color<'i, O>(value: &[u8]) -> Result<O, ()>where
O: FromParsedColor,
Expand description
Parse a color hash, without the leading ‘#’ character.
pub fn parse_hash_color<'i, O>(value: &[u8]) -> Result<O, ()>where
O: FromParsedColor,
Parse a color hash, without the leading ‘#’ character.