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

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