logo

Type Definition bastion::io::AsyncOp[][src]

pub type AsyncOp<T> = Pin<Box<dyn Future<Output = Result<T, Error>> + 'static, Global>>;
Expand description

Submitted async IO operation type