pub trait Half {
    fn half(&self) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors