pub fn read_file<C: 'static + Context>( path: Gc<PathBuf>, ) -> Result<Vec<Gc<Value<C>>>, Either<Error, ReadError>>
Reads zero or more Values from a file.
Value