PinnedCmdFut

Type Alias PinnedCmdFut 

Source
pub type PinnedCmdFut = Pin<Box<dyn Future<Output = Result<Output>>>>;
Expand description

A Tokio Command Output future

Aliased Typeยง

pub struct PinnedCmdFut { /* private fields */ }