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