pub trait Function<Input> {
type Output;
}Required Associated Types§
Implementors§
Source§impl<N> Function<N> for ToNumberwhere
N: Function<ConstIncrement>,
ConstIncrement: Function<ConstNumber<0>>,
<N as Function<ConstIncrement>>::Output: Function<ConstNumber<0>>,
impl<N> Function<N> for ToNumberwhere
N: Function<ConstIncrement>,
ConstIncrement: Function<ConstNumber<0>>,
<N as Function<ConstIncrement>>::Output: Function<ConstNumber<0>>,
type Output = <<N as Function<ConstIncrement>>::Output as Function<ConstNumber<0>>>::Output
Source§impl<const N: u64> Function<ConstNumber<N>> for ConstIncrementwhere
ConstNumber<{ _ }>: Sized,
Available on crate features const-numeral only.
impl<const N: u64> Function<ConstNumber<N>> for ConstIncrementwhere
ConstNumber<{ _ }>: Sized,
Available on crate features
const-numeral only.