[][src]Function sonnerie::formatted::print_record2

pub fn print_record2<W: Write>(
    record: &OwnedRecord,
    out: &mut W,
    print_timestamp: PrintTimestamp,
    print_record_format: PrintRecordFormat
) -> Result<()>

Write a formatted record to a stream

Each row is written in the same format that add_from_stream or add_from_stream_with_fmt accept, depending on the options for the parameters print_timestamp or print_record_format.