pub fn record_format(record: &Record, header: &Header, tag: &str) -> FormatValueExpand description
Get a FORMAT field value from a record (per-sample).
This is the standalone version of Variant::format() that can be used when
you have a borrowed reference to a record (e.g., from a GcCell).