pub async fn recv_runtime<V>(
r: Receiver<Result<V, RuntimeApiError>>,
) -> Result<V, Error>Expand description
Receive a response from a runtime request and convert errors.
pub async fn recv_runtime<V>(
r: Receiver<Result<V, RuntimeApiError>>,
) -> Result<V, Error>Receive a response from a runtime request and convert errors.