pgcat icon indicating copy to clipboard operation
pgcat copied to clipboard

Adds display implementation to DefaultShard

Open zainkabani opened this issue 2 years ago • 1 comments

zainkabani avatar Sep 21 '23 15:09 zainkabani

You actually want to implement std::fmt::Display which will give you both a ToString and display() implementation we can use for prinlnt!, log!, etc.

levkk avatar Sep 21 '23 16:09 levkk