removed leftover type aliases

This commit is contained in:
Vincent Junge 2023-11-19 17:15:00 +01:00
parent 0f446f43b4
commit dd9945068f
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(