pub(super) 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(super) async fn map_request(
state: CupratedRpcHandler,
request: OtherRequest,
) -> Result<OtherResponse, Error>
Map a OtherRequest
to the function that will lead to a OtherResponse
.