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

Required Methods§

Implementors§