Trait optional::OptEq [] [src]

pub trait OptEq {
    fn opt_eq(&self, other: &Self) -> bool;
}

Equality within Optioned

Required Methods

Is the other optioned equal to this one?

Implementors