Trait mongo_driver::flags::FlagsValue [] [src]

pub trait FlagsValue {
    fn flags(&self) -> u32;
}

To provide the combined value of all flags.

Required Methods

Implementors