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

pub trait DimNameMin<D>: DimName where
    D: DimName
{ type Output: DimName; fn min(self, other: D) -> Self::Output; }

Associated Types

Required Methods

Implementors