pub fn validate_citations(citations: &[Citation]) -> Result<()>Expand description
v0.7.0 Form 4 โ validate the full citations vector.
Caps the count at [MAX_CITATIONS_PER_MEMORY] and delegates each
entry to validate_citation.
ยงErrors
Returns the first failure encountered.