Trait pixels_graphics_lib::math::traits::Add[][src]

pub trait Add<T> {
    fn add(&self, value: T) -> Self;
}

Required methods

Implementors