[][src]Trait compile_type_eq::CompileEqResult

pub trait CompileEqResult {
    pub fn assert_no_external_implements(_: Sealed);
}

Trait is used to be affirmative that there are no external implementations for CompileEq.

Required methods

Loading content...

Implementors

impl CompileEqResult for TypesEq[src]

Loading content...