☰
Nat
Associated Constants
Value
Required Methods
nat
Implementors
In ferrite_session::prelude
?
Trait
ferrite_session
::
prelude
::
Nat
source
·
[
−
]
pub trait Nat:
SealedNat
+
Send
+
Copy
+ 'static { 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>