Macro async_proto::bitflags[][src]

bitflags!() { /* proc-macro */ }
Expand description

Implements Protocol for a type defined using the bitflags::bitflags macro.

The type will be read via from_bits_truncate, dropping any bits that do not correspond to flags.