Skip to main content

ScanFuture

Type Alias ScanFuture 

Source
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 */ }