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

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

Associated Types

Required Methods

Implementors