HasOne

Trait HasOne 

Source
pub trait HasOne {
    const ONE: Self;
}

Required Associated Constants§

Source

const 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 HasOne for f32

Source§

const ONE: Self = 1f32

Source§

impl HasOne for f64

Source§

const ONE: Self = 1f64

Implementors§