Trait rustc_type_ir::inherent::Unsafety
source · pub trait Unsafety<I: Interner<Unsafety = Self>>: Copy + Debug + Hash + Eq {
// Required method
fn prefix_str(self) -> &'static str;
}Required Methods§
fn prefix_str(self) -> &'static str
Object Safety§
This trait is not object safe.