Type Definition nuclei::AsyncOp[][src]

type AsyncOp<T> = Pin<Box<dyn Future<Output = Result<T>>>>;

Submitted async IO operation type