Function rustc_typeck::coherence::impl_header_span [−][src]
fn impl_header_span(tcx: TyCtxt<'_>, impl_def_id: LocalDefId) -> Span
Expand description
Obtains the span of just the impl header of impl_def_id
.
fn impl_header_span(tcx: TyCtxt<'_>, impl_def_id: LocalDefId) -> Span
Obtains the span of just the impl header of impl_def_id
.