Function get_proc_children

Source
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.