If I have a api that works with quite complex structs, what is the best way to serve data to a egui App that only print that data?
for example, if I have a TCP proxy and I want to only prints Request
and Response
, which is the best type
to pass data through the thread channel?