module_raw_interface

Function module_raw_interface 

Source
pub fn module_raw_interface<P>(
    module_path: P,
) -> Result<FCEModuleInterface, WITParserError>
where P: AsRef<Path>,