[][src]Trait bitsreader::One

pub trait One {
    fn one() -> Self;
}

Implementation detail: simply extends the integer primitives so they have a static method that returns a 1 of the specific integer type.

Required methods

fn one() -> Self

Loading content...

Implementations on Foreign Types

impl One for u8[src]

impl One for u16[src]

impl One for u32[src]

impl One for u64[src]

impl One for u128[src]

impl One for usize[src]

impl One for i8[src]

impl One for i16[src]

impl One for i32[src]

impl One for i64[src]

impl One for i128[src]

impl One for isize[src]

Loading content...

Implementors

Loading content...