Trait ThirtyFour

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

Returns the constant value for the number thirty_four

Required Methods§

Source

fn thirty_four() -> 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 ThirtyFour for f32

Source§

fn thirty_four() -> Self

Source§

impl ThirtyFour for f64

Source§

fn thirty_four() -> Self

Source§

impl ThirtyFour for i8

Source§

fn thirty_four() -> Self

Source§

impl ThirtyFour for i16

Source§

fn thirty_four() -> Self

Source§

impl ThirtyFour for i32

Source§

fn thirty_four() -> Self

Source§

impl ThirtyFour for i64

Source§

fn thirty_four() -> Self

Source§

impl ThirtyFour for i128

Source§

fn thirty_four() -> Self

Source§

impl ThirtyFour for isize

Source§

fn thirty_four() -> Self

Source§

impl ThirtyFour for u8

Source§

fn thirty_four() -> Self

Source§

impl ThirtyFour for u16

Source§

fn thirty_four() -> Self

Source§

impl ThirtyFour for u32

Source§

fn thirty_four() -> Self

Source§

impl ThirtyFour for u64

Source§

fn thirty_four() -> Self

Source§

impl ThirtyFour for u128

Source§

fn thirty_four() -> Self

Source§

impl ThirtyFour for usize

Source§

fn thirty_four() -> Self

Implementors§