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.
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.