pub trait ClosedAdd<Right = Self>: Sized + Add<Right, Output = Self> { }
Expand description
Trait alias for Add
with result of type Self
.
Object Safety§
This trait is not object safe.
pub trait ClosedAdd<Right = Self>: Sized + Add<Right, Output = Self> { }
Trait alias for Add
with result of type Self
.