pub trait OpsFn<Args> {
    fn not(&self) -> Not<&Self>
   where
        Self: Fn<Args>
, { ... } }

Provided Methods

Implementors