Trait bevy_rapier2d::prelude::nalgebra::base::dimension::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