Function marine_it_parser::module_it_interface

source ·
pub fn module_it_interface<P>(
    module_path: P
) -> Result<IModuleInterface, ITParserError>
where P: AsRef<Path>,