Trait nalgebra::base::dimension::DimSub

source ·
pub trait DimSub<D: Dim>: Dim {
    type Output: Dim;

    // Required method
    fn sub(self, other: D) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn sub(self, other: D) -> Self::Output

Object Safety§

This trait is not object safe.

Implementors§