Function polkadot_node_core_pvf_common::framed_send
source · pub async fn framed_send(
w: &mut impl AsyncWrite + Unpin,
buf: &[u8]
) -> Result<()>Expand description
Write some data prefixed by its length into w.
pub async fn framed_send(
w: &mut impl AsyncWrite + Unpin,
buf: &[u8]
) -> Result<()>Write some data prefixed by its length into w.