Skip to main content

write_len_prefixed

Function write_len_prefixed 

Source
pub async fn write_len_prefixed(
    send: &mut SendStream,
    body: &[u8],
) -> Result<(), Error>