☰
Locatable
Required Methods
to_span
Implementations on Foreign Types
HirId
Span
Implementors
In rustc_typeck::check::writeback
?
Trait
rustc_typeck
::
check
::
writeback
::
Locatable
source
·
[
−
]
pub(crate) trait Locatable { fn
to_span
(&self, tcx:
TyCtxt
<'_>) ->
Span
; }
Required Methods
source
fn
to_span
(&self, tcx:
TyCtxt
<'_>) ->
Span
Implementations on Foreign Types
source
impl
Locatable
for
Span
source
fn
to_span
(&self, _:
TyCtxt
<'_>) ->
Span
source
impl
Locatable
for
HirId
source
fn
to_span
(&self, tcx:
TyCtxt
<'_>) ->
Span
Implementors