Trait mbox::sentinel::Sentinel [] [src]

pub trait Sentinel: Eq {
    fn sentinel() -> Self;
}

Implemented for types which has a sentinel value.

Required Methods

Obtains the sentinel value. This method should return a constant.

Implementors