rustc_type_ir::inherent

Trait Safety

Source
pub trait Safety<I: Interner<Safety = Self>>:
    Copy
    + Debug
    + Hash
    + Eq {
    // 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§