Macro mzdata::impl_metadata_trait
source ยท macro_rules! impl_metadata_trait {
(extended) => { ... };
() => { ... };
}Expand description
Assumes a field for the non-Option facets of the MSDataFileMetadata
implementation are present. Passing an extra level extended token implements
the optional methods.