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

Required Methods

Implementations on Foreign Types

Implementors