Trait binary_search::Betweenable[][src]

pub trait Betweenable where
    Self: Copy
{ fn between(x: Self, y: Self) -> Option<Self>; }

Required methods

fn between(x: Self, y: Self) -> Option<Self>[src]

Loading content...

Implementors

impl<X> Betweenable for X where
    X: Copy,
    X: Shr<i8, Output = X>,
    X: Add<X, Output = X>,
    X: BitAnd<X, Output = X>,
    X: From<u8>,
    X: PartialOrd
[src]

fn between(low: Self, high: Self) -> Option<Self>[src]

Loading content...