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

Required Methods

Implementors