PiByC180

Trait PiByC180 

Source
pub trait PiByC180: Sized {
    // Required method
    fn pi_by_c180() -> Self;
}

Required Methods§

Source

fn pi_by_c180() -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl PiByC180 for f32

Source§

fn pi_by_c180() -> Self

Source§

impl PiByC180 for f64

Source§

fn pi_by_c180() -> Self

Implementors§