TwentyOne

Trait TwentyOne 

Source
pub trait TwentyOne {
    const TWENTY_ONE: Self;
}

Required Associated Constants§

Source

const TWENTY_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 TwentyOne for f32

Source§

const TWENTY_ONE: Self = 21f32

Source§

impl TwentyOne for f64

Source§

const TWENTY_ONE: Self = 21f64

Source§

impl TwentyOne for i8

Source§

const TWENTY_ONE: Self = 21i8

Source§

impl TwentyOne for i16

Source§

const TWENTY_ONE: Self = 21i16

Source§

impl TwentyOne for i32

Source§

const TWENTY_ONE: Self = 21i32

Source§

impl TwentyOne for i64

Source§

const TWENTY_ONE: Self = 21i64

Source§

impl TwentyOne for i128

Source§

const TWENTY_ONE: Self = 21i128

Source§

impl TwentyOne for isize

Source§

const TWENTY_ONE: Self = 21isize

Source§

impl TwentyOne for u8

Source§

const TWENTY_ONE: Self = 21u8

Source§

impl TwentyOne for u16

Source§

const TWENTY_ONE: Self = 21u16

Source§

impl TwentyOne for u32

Source§

const TWENTY_ONE: Self = 21u32

Source§

impl TwentyOne for u64

Source§

const TWENTY_ONE: Self = 21u64

Source§

impl TwentyOne for u128

Source§

const TWENTY_ONE: Self = 21u128

Source§

impl TwentyOne for usize

Source§

const TWENTY_ONE: Self = 21usize

Implementors§