[−][src]Trait enumflags2::BitFlagsFmt
A trait automatically implemented by derive(EnumFlags) on T to enable debug printing of
BitFlags<T>. This is necessary because the names of the variants are needed.
Required methods
fn fmt(flags: BitFlags<Self>, f: &mut Formatter) -> Result
The implementation of Debug redirects here.