Trait fructose::properties::helpers::identity::AnyInt[][src]

pub trait AnyInt: Sized {
    fn any_num<const N: i32>() -> Self;
fn set_any_num<const N: i32>(&mut self);
fn is_any_num<const N: i32>(&self) -> bool; }

Required methods

fn any_num<const N: i32>() -> Self[src]

fn set_any_num<const N: i32>(&mut self)[src]

fn is_any_num<const N: i32>(&self) -> bool[src]

Loading content...

Implementors

Loading content...