referrerpolicy=no-referrer-when-downgrade
polkadot_node_subsystem_util::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.