pub trait C180ByPi: Sized {
    fn c180_by_pi() -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors