net: add generic trait to combine UnixListener and TcpListener (#4385)

This commit is contained in:
Cecile Tonglet
2022-01-27 15:13:37 +01:00
committed by GitHub
parent 2747043f6f
commit 8f77ee8609
3 changed files with 116 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ cfg_codec! {
cfg_net! {
pub mod udp;
pub mod net;
}
cfg_compat! {