FortyOne

Trait FortyOne 

Source
pub trait FortyOne {
    const FORTY_ONE: Self;
}

Required Associated Constants§

Source

const FORTY_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 FortyOne for f32

Source§

const FORTY_ONE: Self = 41f32

Source§

impl FortyOne for f64

Source§

const FORTY_ONE: Self = 41f64

Source§

impl FortyOne for i8

Source§

const FORTY_ONE: Self = 41i8

Source§

impl FortyOne for i16

Source§

const FORTY_ONE: Self = 41i16

Source§

impl FortyOne for i32

Source§

const FORTY_ONE: Self = 41i32

Source§

impl FortyOne for i64

Source§

const FORTY_ONE: Self = 41i64

Source§

impl FortyOne for i128

Source§

const FORTY_ONE: Self = 41i128

Source§

impl FortyOne for isize

Source§

const FORTY_ONE: Self = 41isize

Source§

impl FortyOne for u8

Source§

const FORTY_ONE: Self = 41u8

Source§

impl FortyOne for u16

Source§

const FORTY_ONE: Self = 41u16

Source§

impl FortyOne for u32

Source§

const FORTY_ONE: Self = 41u32

Source§

impl FortyOne for u64

Source§

const FORTY_ONE: Self = 41u64

Source§

impl FortyOne for u128

Source§

const FORTY_ONE: Self = 41u128

Source§

impl FortyOne for usize

Source§

const FORTY_ONE: Self = 41usize

Implementors§