[][src]Trait gaps::Inc

pub trait Inc {
    pub fn inc(self) -> Self;
}

A trait representing the capability to increment a value.

Required methods

pub fn inc(self) -> Self[src]

Increment self and return the new value.

Loading content...

Implementations on Foreign Types

impl Inc for u8[src]

impl Inc for i8[src]

impl Inc for u16[src]

impl Inc for i16[src]

impl Inc for u32[src]

impl Inc for i32[src]

impl Inc for u64[src]

impl Inc for i64[src]

impl Inc for u128[src]

impl Inc for i128[src]

impl Inc for usize[src]

impl Inc for isize[src]

Loading content...

Implementors

Loading content...