☰
Trait DecoderWithPosition
Required Methods
position
Implementations on Foreign Types
Decoder<'a>
Implementors
Other items in
rustc_query_impl
::
on_disk_cache
All crates
?
Trait
rustc_query_impl
::
on_disk_cache
::
DecoderWithPosition
[
−
]
[src]
trait DecoderWithPosition:
Decoder
{ fn
position
(&self) ->
usize
; }
Required methods
[src]
fn
position
(&self) ->
usize
Implementations on Foreign Types
[src]
impl<'a>
DecoderWithPosition
for
Decoder
<'a>
[src]
fn
position
(&self) ->
usize
Implementors
[src]
impl<'a, 'tcx>
DecoderWithPosition
for
CacheDecoder
<'a, 'tcx>