Trait theframework::prelude::IntegerOps
source · pub trait IntegerOps<T>where
T: Integer,{
// Required method
fn pow(a: Self, exp: u32) -> Self;
}Expand description
operations applicable to integer types
Required Methods§
Object Safety§
This trait is not object safe.