Function a2lfile::load_fragment_file
source · pub fn load_fragment_file<P: AsRef<Path>>(path: P) -> Result<Module, A2lError>
Expand description
load an a2l fragment from a file
§Errors
If reading or parsing of the file fails, the A2lError
will give details about the problem.