Function prc::open[][src]

pub fn open<P: AsRef<Path>>(filepath: P) -> Result<ParamStruct, Error>

Attempts to read a param file from the given filepath. Returns a ParamStruct if successful, otherwise an Error.