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

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

Submitted async IO operation type