[][src]Type Definition nuclei::AsyncOp

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

Submitted async IO operation type