Skip to main content

ForType

Trait ForType 

Source
pub trait ForType {
    type FaerOf<T>;
}

Required Associated Types§

Source

type FaerOf<T>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl ForType for IdentityGroup

Source§

type FaerOf<T> = T

Source§

impl<Group: ForType> ForType for ComplexConjGroup<Group>

Source§

type FaerOf<T> = ComplexConj<<Group as ForType>::FaerOf<T>>

Source§

impl<Group: ForType> ForType for ComplexGroup<Group>

Source§

type FaerOf<T> = Complex<<Group as ForType>::FaerOf<T>>