flowistry_pdg_construction::encoder

Function decode_from_file

Source
pub fn decode_from_file<'tcx, V: for<'a> Decodable<ParalegalDecoder<'tcx, 'a>>>(
    tcx: TyCtxt<'tcx>,
    path: impl AsRef<Path>,
) -> Result<V>
Expand description

Convenience function that decodes a value from a file.