☰
DecoderWithPosition
Required Methods
position
Implementations on Foreign Types
MemDecoder<'a>
Implementors
In rustc_query_impl::on_disk_cache
?
Trait
rustc_query_impl
::
on_disk_cache
::
DecoderWithPosition
source
·
[
−
]
trait DecoderWithPosition:
Decoder
{ fn
position
(&self) ->
usize
; }
Required Methods
source
fn
position
(&self) ->
usize
Implementations on Foreign Types
source
impl<'a>
DecoderWithPosition
for
MemDecoder
<'a>
source
fn
position
(&self) ->
usize
Implementors
source
impl<'a, 'tcx>
DecoderWithPosition
for
CacheDecoder
<'a, 'tcx>