Trait rustc_save_analysis::external_data::Lower [] [src]

pub trait Lower {
    type Target;
    fn lower(self, tcx: TyCtxt) -> Self::Target;
}
Unstable (rustc_private)

Associated Types

type Target

Unstable (rustc_private)

Required Methods

fn lower(self, tcx: TyCtxt) -> Self::Target

Unstable (rustc_private)

Implementors