Pi4

Trait Pi4 

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

Required Methods§

Source

fn pi4() -> 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 Pi4 for f32

Source§

fn pi4() -> Self

Source§

impl Pi4 for f64

Source§

fn pi4() -> Self

Implementors§