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