pub trait OpBitOrArgs {
    fn exec(self) -> Flags<Option>;
}
Expand description

This trait represents a set of arguments accepted by op_bit_or method.

Required Methods§

Implementations on Foreign Types§

Implementors§