[][src]Trait ni::executor::primary::Inc

pub trait Inc: Primary {
    fn wrapping(self) -> Self;
fn saturating(self) -> Self;
fn checked(self) -> Option<Self>; }

Required methods

fn wrapping(self) -> Self

fn saturating(self) -> Self

fn checked(self) -> Option<Self>

Loading content...

Implementors

impl<T> Inc for T where
    T: Add
[src]

Loading content...