Pi8

Trait Pi8 

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

Required Methods§

Source

fn pi8() -> 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 Pi8 for f32

Source§

fn pi8() -> Self

Source§

impl Pi8 for f64

Source§

fn pi8() -> Self

Implementors§