client_dispatcher.rs

1pub trait ClientDispatcher: Send + Sync {
2    fn dispatch_on_main_thread(&self);
3}