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