pub fn bound_diagnostics(
diagnostics: Vec<TransactionDiagnostic>,
max_count: usize,
max_message_bytes: usize,
) -> Vec<TransactionDiagnostic>Expand description
Bound a diagnostic list by count and per-message bytes (D-015).
pub fn bound_diagnostics(
diagnostics: Vec<TransactionDiagnostic>,
max_count: usize,
max_message_bytes: usize,
) -> Vec<TransactionDiagnostic>Bound a diagnostic list by count and per-message bytes (D-015).