aboutsummaryrefslogtreecommitdiffstats
path: root/src/std.rs
blob: 4bc0eb0480ce0a0cf772796a369fc3665cb512f6 (plain) (blame)
1
2
3
4
5
type Pt = std::fs::File;

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