aboutsummaryrefslogtreecommitdiffstats
path: root/src/smol.rs
blob: 8d0e877d16b65bbfef1277f79c6846e3bdf8add0 (plain) (blame)
1
2
3
4
5
type Pt = async_io::Async<std::fs::File>;

pub type Command = crate::Command<async_process::Command, Pt>;
pub type Child = crate::Child<async_process::Child, Pt>;
pub type Pty = crate::Pty<Pt>;