module_interface

Function module_interface 

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