record_info

Function record_info 

Source
pub fn record_info(record: &Record, header: &Header, tag: &str) -> InfoValue
Expand description

Get an INFO field value from a record.

This is the standalone version of Variant::info() that can be used when you have a borrowed reference to a record (e.g., from a GcCell).