removed leftover type aliases

This commit is contained in:
Vincent Junge 2023-11-19 17:15:00 +01:00
parent 7d9c8393bf
commit b37f487b7d
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ pub struct WebSocketBackend;
// These could be made into inherent associated types when that's stabilized
pub type WsSink = SplitSink<WebSocketStream<MaybeTlsStream<TcpStream>>, tungstenite::Message>;
pub type WsStream = SplitStream<WebSocketStream<MaybeTlsStream<TcpStream>>>;
pub type WsMessage = tungstenite::Message;
pub type WsError = tungstenite::Error;
impl WebSocketBackend {
pub async fn new(