find_pattern_in_module

Function find_pattern_in_module 

Source
pub fn find_pattern_in_module(
    module_name: &str,
    pattern: &str,
) -> Result<Vec<ScanMatch>>
Expand description

find pattern in module by name

convenience function that looks up the module and scans it