Struct type_eq::Constrain[][src]

pub struct Constrain;

A convenience struct for applying implementing TypeEq trait. Since the trait connects two types, this allows neither to be Self, and prevents issues with asymmetry.

Trait Implementations

impl<A> TypeEq<A, A> for Constrain
[src]

Auto Trait Implementations

impl Send for Constrain

impl Sync for Constrain