pub type PinnedCmdFut = Pin<Box<dyn Future<Output = Result<Output>>>>;
A Tokio Command Output future
pub struct PinnedCmdFut { /* private fields */ }