Skip to main content

ProcessorFuture

Type Alias ProcessorFuture 

Source
pub type ProcessorFuture = Pin<Box<dyn Future<Output = ProcessorResult> + Send>>;
Expand description

Return type of the processor

Aliased Typeยง

#[repr(transparent)]
pub struct ProcessorFuture { /* private fields */ }