Skip to main content

ClosedNeg

Trait ClosedNeg 

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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