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

Required Methods

Implementors