Trait rustc_typeck::check::writeback::Locatable[][src]

pub(crate) trait Locatable {
    fn to_span(&self, tcx: TyCtxt<'_>) -> Span;
}

Required methods

Implementations on Foreign Types

Implementors