pub trait ToUInt {
type Output;
}
Available on crate feature
const-generics
only.Expand description
Used to allow the usage of U
in a generic context.
pub trait ToUInt {
type Output;
}
const-generics
only.Used to allow the usage of U
in a generic context.