Trait TwentySix

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

Returns the constant value for the number twenty_six

Required Methods§

Source

fn twenty_six() -> 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 TwentySix for f32

Source§

fn twenty_six() -> Self

Source§

impl TwentySix for f64

Source§

fn twenty_six() -> Self

Source§

impl TwentySix for i8

Source§

fn twenty_six() -> Self

Source§

impl TwentySix for i16

Source§

fn twenty_six() -> Self

Source§

impl TwentySix for i32

Source§

fn twenty_six() -> Self

Source§

impl TwentySix for i64

Source§

fn twenty_six() -> Self

Source§

impl TwentySix for i128

Source§

fn twenty_six() -> Self

Source§

impl TwentySix for isize

Source§

fn twenty_six() -> Self

Source§

impl TwentySix for u8

Source§

fn twenty_six() -> Self

Source§

impl TwentySix for u16

Source§

fn twenty_six() -> Self

Source§

impl TwentySix for u32

Source§

fn twenty_six() -> Self

Source§

impl TwentySix for u64

Source§

fn twenty_six() -> Self

Source§

impl TwentySix for u128

Source§

fn twenty_six() -> Self

Source§

impl TwentySix for usize

Source§

fn twenty_six() -> Self

Implementors§