[][src]Function tfrecord::io::async_::try_write_record

pub async fn try_write_record<'_, W>(
    writer: &'_ mut W,
    bytes: Vec<u8>
) -> Result<(), Error> where
    W: AsyncWriteExt + Unpin

async/await version analogous to blocking try_write_record.