Trait ThirtyFive

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

Returns the constant value for the number thirty_five

Required Methods§

Source

fn thirty_five() -> 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 ThirtyFive for f32

Source§

fn thirty_five() -> Self

Source§

impl ThirtyFive for f64

Source§

fn thirty_five() -> Self

Source§

impl ThirtyFive for i8

Source§

fn thirty_five() -> Self

Source§

impl ThirtyFive for i16

Source§

fn thirty_five() -> Self

Source§

impl ThirtyFive for i32

Source§

fn thirty_five() -> Self

Source§

impl ThirtyFive for i64

Source§

fn thirty_five() -> Self

Source§

impl ThirtyFive for i128

Source§

fn thirty_five() -> Self

Source§

impl ThirtyFive for isize

Source§

fn thirty_five() -> Self

Source§

impl ThirtyFive for u8

Source§

fn thirty_five() -> Self

Source§

impl ThirtyFive for u16

Source§

fn thirty_five() -> Self

Source§

impl ThirtyFive for u32

Source§

fn thirty_five() -> Self

Source§

impl ThirtyFive for u64

Source§

fn thirty_five() -> Self

Source§

impl ThirtyFive for u128

Source§

fn thirty_five() -> Self

Source§

impl ThirtyFive for usize

Source§

fn thirty_five() -> Self

Implementors§