Trait dorset::operations::pow::OpPow [] [src]

pub trait OpPow<Other> {
    type Output;
    fn pow(self, other: Other) -> Self::Output;
}

Associated Types

Required Methods

Implementors