Function read_file

Source
pub fn read_file<C: 'static + Context>(
    path: Gc<PathBuf>,
) -> Result<Vec<Gc<Value<C>>>, Either<Error, ReadError>>
Expand description

Reads zero or more Values from a file.