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

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

Required methods

Implementors