Type Definition subprocess::Result

source · []
pub type Result<T> = Result<T, PopenError>;
Expand description

Result returned by calls in the subprocess crate in places where ::std::io::Result does not suffice.