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