Function nvim_oxi_api::get_proc
source ยท pub fn get_proc(pid: u32) -> Result<ProcInfos, Error>Expand description
Binding to nvim_get_proc().
Gets informations about a process with a given pid.
pub fn get_proc(pid: u32) -> Result<ProcInfos, Error>Binding to nvim_get_proc().
Gets informations about a process with a given pid.