pub fn extract<'a>(
values: impl IntoIterator<Item = &'a str>,
) -> Result<ManifestLink, Error>Expand description
The single c2pa-manifest link advertised by a response.
Duplicate links naming the same target collapse to one; genuinely competing
targets are Error::MultipleLinks, since the specification defines no
precedence between them.