pub trait DebugExt { // Required method fn debug(&self) -> String; }
Convenience function to create a string containing the debug representation of an object that implements Debug
Debug