Best idiomatic way to pass data tu gui app

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?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.