Function polkadot_node_core_pvf::framed_recv
source · pub async fn framed_recv(r: &mut (impl AsyncRead + Unpin)) -> Result<Vec<u8>>
Expand description
Read some data prefixed by its length from r
.
pub async fn framed_recv(r: &mut (impl AsyncRead + Unpin)) -> Result<Vec<u8>>
Read some data prefixed by its length from r
.