[][src]Trait enumflags2::BitFlagsFmt

pub trait BitFlagsFmt where
    Self: RawBitFlags
{ fn fmt(flags: BitFlags<Self>, f: &mut Formatter) -> Result; }

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.

Loading content...

Implementors

Loading content...