pub trait PiByC180: Sized {
    fn pi_by_c180() -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors