macro_rules! clearable_arch_vec {
(
$architecture_properties:ident,
$architecture:ident,
$field_name:ident,
) => { ... };
}
Expand description
Handles all potentially architecture specific, clearable entries in the Package::from_parsed
function.
If no architecture is encountered, it simply clears the value on the Package
itself.
Otherwise, it’s added to the respective PackageBase::architecture_properties
.