Trait rustc_smir::rustc_internal::RustcInternal
source · pub trait RustcInternal<'tcx> {
type T;
// Required method
fn internal(&self, tables: &mut Tables<'tcx>) -> Self::T;
}Expand description
Trait used to translate a stable construct to its rustc counterpart.
This is basically a mirror of crate::rustc_smir::Stable.