pub trait OneHalf: Sized {
    fn onehalf() -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors