fn parse_from_modifier_value<T>(value: &Spanned<&[u8]>) -> Result<T, Error>where
T: FromStr,Available on (crate features
formatting or parsing) and crate feature alloc only.Expand description
Parse a modifier value using FromStr. Requires the modifier value to be valid UTF-8.