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

Required Methods§

Implementors§