Trait typenum::generic_const_mappings::ToUInt
source · 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.