pub trait ToUnsigned {
type Output;
// Required method
fn to_unsigned(self) -> Self::Output;
}Expand description
For type that have an unsigned equivalent
pub trait ToUnsigned {
type Output;
// Required method
fn to_unsigned(self) -> Self::Output;
}For type that have an unsigned equivalent