[][src]Trait nalgebra::ClosedSub

pub trait ClosedSub<Right = Self>: Sub<Right, Output = Self> + SubAssign<Right> { }

Trait alias for Sub and SubAssign with result of type Self.

Implementors

impl<T, Right> ClosedSub<Right> for T where
    T: Sub<Right, Output = T> + SubAssign<Right>, 
[src]

Loading content...