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