[][src]Trait ferrite_session::Nat

pub trait Nat: Send + Copy + 'static {
    const Value: Self;

    fn nat() -> Self;
}

Associated Constants

const Value: Self

Loading content...

Required methods

fn nat() -> Self

Loading content...

Implementors

impl Nat for Z[src]

impl<N> Nat for S<N> where
    N: Nat
[src]

Loading content...