Trait ggez::graphics::na::DimSub [] [src]

pub trait DimSub<D>: Dim where
    D: Dim
{ type Output: Dim; fn sub(self, other: D) -> Self::Output; }

Associated Types

Required Methods

Implementors