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.
pub fn process_name<'a, Driver>(
process: &impl VmiOsProcess<'a, Driver>,
) -> Option<String>where
Driver: VmiDriver,Returns the name of the process, if available.