☰
Nat
Associated Constants
Value
Required Methods
nat
Implementors
In cut
?
Trait
cut
::
Nat
source
·
[
−
]
pub trait Nat: 'static +
SealedNat
+
Send
+
Copy
{ const
Value
: Self; fn
nat
() -> Self; }
Associated Constants
source
const
Value
: Self
Required methods
source
fn
nat
() -> Self
Implementors
source
impl
Nat
for
Z
source
const
Value
:
Z
source
impl<N>
Nat
for
S
<N>
where
N:
Nat
,
source
const
Value
:
S
<N>