Trait rustc_smir::rustc_smir::Stable
source · pub(crate) trait Stable<'tcx> {
type T;
// Required method
fn stable(&self, tables: &mut Tables<'tcx>) -> Self::T;
}
Expand description
Trait used to convert between an internal MIR type to a Stable MIR type.