pub async fn write_vectored_all(
    this: &mut dyn AsyncFrameWrite,
    bufs: &mut [IoSlice<'_>]
) -> Result<usize>