referrerpolicy=no-referrer-when-downgrade

Function polkadot_node_subsystem_util::runtime::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.