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:

  • specs is the input slice of on-side and/or in-header metadata specifications.