Trait acme_core::specs::Pow

source ·
pub trait Pow<T = Self> {
    type Output;

    // Required method
    fn pow(&self, exp: T) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn pow(&self, exp: T) -> Self::Output

Implementors§