Trait optional::OptEq [] [src]

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

Equality within Optioned

Required Methods

fn opt_eq(&self, other: &Self) -> bool

Implementors