* @return File descriptor representing the parent side (i.e., write * side) of this subprocess' stdout pipe or None if no pipe was * requested. */
| 251 | * requested. |
| 252 | */ |
| 253 | Option<int_fd> out() const |
| 254 | { |
| 255 | return data->out; |
| 256 | } |
| 257 | |
| 258 | /** |
| 259 | * @return File descriptor representing the parent side (i.e., write |
no outgoing calls