Type Alias nuclei::AsyncOp

source ·
pub type AsyncOp<T> = Pin<Box<dyn Future<Output = Result<T>>>>;
Expand description

Submitted async IO operation type

Aliased Type§

struct AsyncOp<T> { /* private fields */ }