pub trait OpsFnOnce<Args>where
    Self: Sized,
{ fn not_once(self) -> NotOnce<Self> { ... } }

Provided Methods

Implementors