Seven

Trait Seven 

Source
pub trait Seven {
    const SEVEN: Self;
}

Required Associated Constants§

Source

const SEVEN: 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 Seven for f32

Source§

const SEVEN: Self = 7f32

Source§

impl Seven for f64

Source§

const SEVEN: Self = 7f64

Source§

impl Seven for i8

Source§

const SEVEN: Self = 7i8

Source§

impl Seven for i16

Source§

const SEVEN: Self = 7i16

Source§

impl Seven for i32

Source§

const SEVEN: Self = 7i32

Source§

impl Seven for i64

Source§

const SEVEN: Self = 7i64

Source§

impl Seven for i128

Source§

const SEVEN: Self = 7i128

Source§

impl Seven for isize

Source§

const SEVEN: Self = 7isize

Source§

impl Seven for u8

Source§

const SEVEN: Self = 7u8

Source§

impl Seven for u16

Source§

const SEVEN: Self = 7u16

Source§

impl Seven for u32

Source§

const SEVEN: Self = 7u32

Source§

impl Seven for u64

Source§

const SEVEN: Self = 7u64

Source§

impl Seven for u128

Source§

const SEVEN: Self = 7u128

Source§

impl Seven for usize

Source§

const SEVEN: Self = 7usize

Implementors§