Function prc::open

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

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