rustc_type_ir::inherent

Trait Safety

source
pub trait Safety<I: Interner<Safety = Self>>:
    Copy
    + Debug
    + Hash
    + Eq
    + Relate<I> {
    // Required methods
    fn safe() -> Self;
    fn is_safe(self) -> bool;
    fn prefix_str(self) -> &'static str;
}

Required Methods§

source

fn safe() -> Self

source

fn is_safe(self) -> bool

source

fn prefix_str(self) -> &'static str

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§