How to print a variable in Rust of a private type that does not implement Display or Debug?
Imagine we have a private library to which we can make no changes, which contains some Type that is not exposed in the library module.
Imagine we have a private library to which we can make no changes, which contains some Type that is not exposed in the library module.