pub trait IntegerTypeExt {
// Required method
fn min_max(&self) -> (i64, i64);
}Expand description
Extends the IntegerType with convenience methods
pub trait IntegerTypeExt {
// Required method
fn min_max(&self) -> (i64, i64);
}Extends the IntegerType with convenience methods