pub trait AdditiveLoopElement: AbstractLoopElement<Additive, Parent = Self::Parent> {
type Parent: AdditiveLoop<Element = Self>;
}Required Associated Types§
type Parent: AdditiveLoop<Element = Self>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".