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