pub trait Complement {
    fn comp(self) -> Self;
}

Required Methods

Implementors