record_clear_format

Function record_clear_format 

Source
pub fn record_clear_format(
    record: &mut Record,
    header: &Header,
    tag: &str,
) -> Result<(), Error>
Expand description

Clear (remove) a FORMAT field from a record.

ยงErrors

Returns an error if the tag is not defined in the header.