Macro mzdata::delegate_impl_metadata_trait

source ยท
macro_rules! delegate_impl_metadata_trait {
    ($src:tt, extended) => { ... };
    ($src:tt) => { ... };
}
Expand description

Delegates the implementation of MSDataFileMetadata to a member. Passing an extra level extended token implements the optional methods.