[][src]Function sonnerie::formatted::print_record_with_fmt

pub fn print_record_with_fmt<W: Write>(
    record: &OwnedRecord,
    timestamp_format: &str,
    out: &mut W
) -> Result<()>
👎 Deprecated

Write a formatted record to a stream with format name.

Each row is written in the same format that add_from_stream_with_fmt accepts, with the timestamp being formatted as timestamp_format.