pub type ScanFuture = Pin<Box<dyn Future<Output = LoadPayload> + Send>>;Expand description
The future returned by ScanExecutor::spawn_blocking.
Aliased Typeยง
pub struct ScanFuture { /* private fields */ }pub type ScanFuture = Pin<Box<dyn Future<Output = LoadPayload> + Send>>;The future returned by ScanExecutor::spawn_blocking.
pub struct ScanFuture { /* private fields */ }