pub trait Powf<T> { type Output; // Required method fn powf(&self, other: T) -> Self::Output; }
Overload the Powf trait.
Powf
Return type of Powf
Overloaded powf function.
powf