pub fn from_str_strict<B>(input: &str) -> Result<B, ParseError>
where B: Flags,
Expand description

Parse a flags value from text.

This function will fail on any names that don’t correspond to defined flags. This function will fail to parse hex values.