Function bitflags::parser::to_writer_strict

source ยท
pub fn to_writer_strict<B: Flags>(
    flags: &B,
    writer: impl Write,
) -> Result<(), Error>
Expand description

Write only the contained, defined, named flags in a flags value as text.