pub async fn map_request(
state: CupratedRpcHandler,
request: OtherRequest,
) -> Result<OtherResponse, Error>Expand description
Map a OtherRequest to the function that will lead to a OtherResponse.
pub async fn map_request(
state: CupratedRpcHandler,
request: OtherRequest,
) -> Result<OtherResponse, Error>Map a OtherRequest to the function that will lead to a OtherResponse.