Function bitflags::parser::from_str

source ·
pub fn from_str<B: Flags>(input: &str) -> Result<B, ParseError>
where B::Bits: ParseHex,
Expand description

Parse a flags value from text.

This function will fail on any names that don’t correspond to defined flags. Unknown bits will be retained.