Function get_proc_children
pub fn get_proc_children(
pid: u32,
) -> Result<impl SuperIterator<u32> + use<>, 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> + use<>, Error>Binding to nvim_get_proc_children().
Gets the immediate children of process pid.