pub trait Logs { // Required methods fn all(&self) -> Vec<String>; fn print(&self); }
testutils
Test utilities for Logs.
Logs
Returns all diagnostic events that have been logged.
Prints all diagnostic events to stdout.