pub type ChildProcessId = Id<ChildProcess, u32>;
Result of Child’s id() method, wrapped.
id()
struct ChildProcessId(/* private fields */);