pub trait ToText { // Required method fn to_text(self) -> String; }
realtime
A trait same as Into
For converting event structs into text part of WS message