mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-09 00:00:11 +02:00
* Add `TryInto<Stdio>` impls for `ChildStd{in,out,err}` for ergonomic
conversions into `std::process::Stdio` so callers can perform the
conversion without needing to manipulate raw fds/handles directly