pub trait ToInt {
// Required method
fn to_int(self) -> Int;
}Expand description
Conversion to Int.
This is implemented for primitive integer types and usable in const-contexts.
pub trait ToInt {
// Required method
fn to_int(self) -> Int;
}Conversion to Int.
This is implemented for primitive integer types and usable in const-contexts.