pub fn get_handle<T>(name: T) -> Result<(i32, Architecture), Error>where
    T: ToString,
Expand description

Attempt to get a ProcessHandle from a process name.