pub trait TracingLiveMsgSubscriber:
Send
+ Sync
+ 'static {
// Required method
fn on_msg(&self, msg: TLMsg);
}pub trait TracingLiveMsgSubscriber:
Send
+ Sync
+ 'static {
// Required method
fn on_msg(&self, msg: TLMsg);
}