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

pub fn try_write_record<W>(writer: &mut W, bytes: Vec<u8>) -> Result<(), Error> where
    W: Write

Write the raw record bytes to a generic writer.