Type Definition jsonrpc_core::FutureResponse[][src]

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

A type representing middleware or RPC response before serialization.