[]Trait oxygengine_physics_2d::prelude::ncollide2d::simba::scalar::ClosedNeg

pub trait ClosedNeg: Neg<Output = Self> { }

Trait alias for Neg with result of type Self.

Implementors

impl<T> ClosedNeg for T where
    T: Neg<Output = T>, 

Loading content...