MetaJudgement

Trait MetaJudgement 

Source
pub trait MetaJudgement {
    const VALUE: bool = false;
}

Provided Associated Constants§

Source

const VALUE: bool = false

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T> MetaJudgement for IsSameType<T, T>

Source§

const VALUE: bool = true

Source§

impl<T, F> MetaJudgement for IsSameType<T, F>

Source§

const VALUE: bool = false