Trait pill_engine::graphics::render_queue::Pow[][src]

pub trait Pow {
    fn pow(self, exp: Self) -> Self;
}

Required methods

Implementors