Skip to main content

process_name

Function process_name 

Source
pub fn process_name<'a, Driver>(
    process: &impl VmiOsProcess<'a, Driver>,
) -> Option<String>
where Driver: VmiDriver,
Expand description

Returns the name of the process, if available.