pub trait Inverse where
    Self: Sized
{ fn inverse(&self) -> Self; }

Required Methods

Implementors