Skip to main content

AdditiveLoopElement

Trait AdditiveLoopElement 

Source
pub trait AdditiveLoopElement: AbstractLoopElement<Additive, Parent = Self::Parent> {
    type Parent: AdditiveLoop<Element = Self>;
}

Required Associated Types§

Source

type Parent: AdditiveLoop<Element = Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§