Searched refs:SpawnedChild (Results 1 – 3 of 3) sorted by relevance
20 use crate::process::SpawnedChild;68 pub(crate) fn spawn_child(cmd: &mut StdCommand) -> io::Result<SpawnedChild> { in spawn_child() argument74 Ok(SpawnedChild { in spawn_child()
224 pub(crate) struct SpawnedChild { struct
34 use crate::process::SpawnedChild;101 pub(crate) fn spawn_child(cmd: &mut std::process::Command) -> io::Result<SpawnedChild> { in spawn_child() argument109 Ok(SpawnedChild { in spawn_child()