Trait EightyOne

Source
pub trait EightyOne: Sized {
    // Required method
    fn eighty_one() -> Self;
}
Expand description

Returns the constant value for the number eighty_one

Required Methods§

Source

fn eighty_one() -> 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 EightyOne for f32

Source§

fn eighty_one() -> Self

Source§

impl EightyOne for f64

Source§

fn eighty_one() -> Self

Source§

impl EightyOne for i8

Source§

fn eighty_one() -> Self

Source§

impl EightyOne for i16

Source§

fn eighty_one() -> Self

Source§

impl EightyOne for i32

Source§

fn eighty_one() -> Self

Source§

impl EightyOne for i64

Source§

fn eighty_one() -> Self

Source§

impl EightyOne for i128

Source§

fn eighty_one() -> Self

Source§

impl EightyOne for isize

Source§

fn eighty_one() -> Self

Source§

impl EightyOne for u8

Source§

fn eighty_one() -> Self

Source§

impl EightyOne for u16

Source§

fn eighty_one() -> Self

Source§

impl EightyOne for u32

Source§

fn eighty_one() -> Self

Source§

impl EightyOne for u64

Source§

fn eighty_one() -> Self

Source§

impl EightyOne for u128

Source§

fn eighty_one() -> Self

Source§

impl EightyOne for usize

Source§

fn eighty_one() -> Self

Implementors§