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