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