pub fn get_proc_children(pid: u32) -> Result<impl SuperIterator<u32>, Error>Expand description
Binding to nvim_get_proc_children().
Gets the immediate children of process pid.
pub fn get_proc_children(pid: u32) -> Result<impl SuperIterator<u32>, Error>Binding to nvim_get_proc_children().
Gets the immediate children of process pid.