Trait bevy_rapier2d::prelude::nalgebra::DimNameSub[][src]

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

Associated Types

Required methods

Implementors