Trait rustc_query_impl::on_disk_cache::DecoderWithPosition[][src]

trait DecoderWithPosition: Decoder {
    fn position(&self) -> usize;
}

Required methods

Implementations on Foreign Types

Implementors