Trait rust_xfinal::WsRouter

source ·
pub trait WsRouter {
    fn call(&self, event: WebsocketEvent);
}

Required Methods§

Implementors§