Type Definition jsonrpc_core::FutureOutput[][src]

pub type FutureOutput = Pin<Box<dyn Future<Output = Option<Output>> + Send>>;
Expand description

A type representing middleware or RPC call output.