pub type ProcessorFuture = Pin<Box<dyn Future<Output = ProcessorResult> + Send>>;
Return type of the processor
#[repr(transparent)]pub struct ProcessorFuture { /* private fields */ }