referrerpolicy=no-referrer-when-downgrade

recv_runtime

Function recv_runtime 

Source
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.