pub type FutureOutput = Pin<Box<dyn Future<Output = Option<Output>> + Send>>;
A type representing middleware or RPC call output.
pub struct FutureOutput { /* private fields */ }