Function to_writer_strict

fn to_writer_strict<B: Flags, impl Write: Write>(flags: &B, writer: impl Write) -> Result<(), fmt::Error>

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