Trait bevy_rapier2d::prelude::nalgebra::base::dimension::DimNameAdd[][src]

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

Associated Types

Required methods

Implementors