[][src]Trait optional::OptEq

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

Equality within Optioned

Required methods

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

Is the other optioned equal to this one?

Loading content...

Implementations on Foreign Types

impl OptEq for u8[src]

impl OptEq for u16[src]

impl OptEq for u32[src]

impl OptEq for u64[src]

impl OptEq for usize[src]

impl OptEq for i8[src]

impl OptEq for i16[src]

impl OptEq for i32[src]

impl OptEq for i64[src]

impl OptEq for isize[src]

impl OptEq for f32[src]

impl OptEq for f64[src]

impl OptEq for char[src]

Loading content...

Implementors

Loading content...