Type Alias jsonrpsee_core::server::RawRpcResponse

source ยท
pub type RawRpcResponse = (String, Receiver<String>);
Expand description

Raw response from an RPC A tuple containing: