pub fn record_validation_warnings(
record: &MrtRecord,
) -> Vec<BgpValidationWarning>Expand description
Collect the RFC 7606 validation findings of an MRT record.
This is the taxonomy walk the DiagnosticIterator applies per record;
it is public so custom investigation pipelines can reuse it.