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