Trait rustc_ap_rustc_data_structures::fingerprint::FingerprintDecoder[][src]

pub trait FingerprintDecoder: Decoder {
    fn decode_fingerprint(&mut self) -> Result<Fingerprint, Self::Error>;
}

Required methods

Loading content...

Implementations on Foreign Types

impl FingerprintDecoder for Decoder<'_>[src]

Loading content...

Implementors

impl<D: Decoder> FingerprintDecoder for D[src]

Loading content...