extract_from_path

Function extract_from_path 

Source
pub fn extract_from_path<P>(
    wasm_module_path: P,
) -> Result<Option<Version>, ModuleInfoError>
where P: AsRef<Path>,