Type Alias jsonrpc_core::FutureOutput
source · pub type FutureOutput = Pin<Box<dyn Future<Output = Option<Output>> + Send>>;
Expand description
A type representing middleware or RPC call output.
Aliased Type§
struct FutureOutput { /* private fields */ }