async fn handle_call<Handler: RpcHandler>(
call: RpcCall,
handler: Handler,
) -> Option<RpcResponse>
Expand description
handle a single RPC method call
async fn handle_call<Handler: RpcHandler>(
call: RpcCall,
handler: Handler,
) -> Option<RpcResponse>
handle a single RPC method call