7 ms·
> I am tired of writing my own print functions for random objects when debugging because the API developers did not bother to override the <<operator. Won't yo
by shilangyu 3y ago
> I am tired of writing my own print functions for random objects when debugging because the API developers did not bother to override the <<operator.
Won't you face the same problem in Rust? If the library developer did not derive the Debug trait, you're out of luck.