pub trait Middle {
    fn low() -> Self;
fn high() -> Self; }

Required methods

Implementors