pub trait Abi<I>: Copy + Debug + Hash + Eqwhere I: Interner<Abi = Self>,{ // Required method fn is_rust(self) -> bool; }
Whether this ABI is extern "Rust".
extern "Rust"