Trait humphrey::app::WebsocketHandler[][src]

pub trait WebsocketHandler<State>: Fn(Request, TcpStream, Arc<State>) + Send + Sync { }
Expand description

Represents a function able to handle a WebSocket handshake and consequent data frames.

Implementors