pub trait CheckedPow<Rhs = Self>where
    Self: Sized,
{ fn checked_pow(self, rhs: Rhs) -> Option<Self>; }

Required Methods§

Implementations on Foreign Types§

Implementors§