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