pub trait Log { // Required method fn log(&self); }
Trait for logging errors
Log an error via tracing utilities, printing it.
tracing