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