Skip to main content

AbstractLoopElement

Trait AbstractLoopElement 

Source
pub trait AbstractLoopElement<O: Operator>: AbstractQuasigroupElement<O, Parent = Self::Parent> + IsIdentity<O> {
    type Parent: AbstractLoop<O, Element = Self>;
}

Required Associated Types§

Source

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".

Implementors§