and use attribute #[nodebug] to specific others?
in the document, it says
Format trait for the :? format. Useful for debugging, all types should implement this.
Generally speaking, you should just derive a Debug implementation.
but sometimes missing it, and I could only manually add it package by package.