Skip to main content

write_record

Function write_record 

Source
pub fn write_record(
    output: &mut impl Write,
    data: &[u8],
    format: RecordFormat,
) -> Result<(), Error>
Expand description

Write one record to output using the selected record format.

ยงErrors

Returns an error when the delegated fixed/RDW framing write fails.