aboutsummaryrefslogtreecommitdiffstats
path: root/src/async_std.rs
blob: e91a18d9d4291d99c91941d7f2ea433e3249f5eb (plain) (blame)
1
2
pub type Child =
    crate::command::Child<async_process::Child, crate::pty::async_io::Pty>;