pub(crate) fn extract_side_metadata(
specs: &[MetadataSpec],
) -> Vec<SideMetadataSpec>Expand description
Given a slice of metadata specifications, returns a vector of the specs which are on side.
ยงArguments:
specsis the input slice of on-side and/or in-header metadata specifications.