Struct cmd_lib_cf::CmdChildren [−][src]
pub struct CmdChildren { /* fields omitted */ }Expand description
Representation of running or exited children processes, connected with pipes optionally.
Calling spawn! macro will return Result<CmdChildren>