Trait ted::history::Inverse [] [src]

pub trait Inverse {
    fn inverse(self) -> Self;
}

Required Methods

Implementors