Fix Box ws_fd

This commit is contained in:
Bogdan-Ștefan Neacşu
2024-02-13 12:06:10 +02:00
parent 6519bfa533
commit 4cc63bac1c
@@ -69,7 +69,7 @@ impl<G: GatewayTransceiver + ?Sized + Send> GatewayTransceiver for Box<G> {
(**self).gateway_identity()
}
fn ws_fd(&self) -> Option<RawFd> {
None
(**self).ws_fd()
}
}