Trait cut::Nat

source · []
pub trait Nat: 'static + SealedNat + Send + Copy {
    const Value: Self;

    fn nat() -> Self;
}

Associated Constants

Required methods

Implementors