pgcat
pgcat copied to clipboard
Adds display implementation to DefaultShard
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.