pub type WebSocketResult<T> = Result<T, Error>;
Result encapsulating Error produced by the WebSocketServer
Result
Error
WebSocketServer