pub fn decode_from_file<'tcx, V: for<'a> Decodable<ParalegalDecoder<'tcx, 'a>>>( tcx: TyCtxt<'tcx>, path: impl AsRef<Path>, ) -> Result<V>
Convenience function that decodes a value from a file.