We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ae03d commit b11b254Copy full SHA for b11b254
edge-nal/src/stack/tcp.rs
@@ -46,6 +46,7 @@ pub trait TcpConnect {
46
type Socket<'a>: Read<Error = Self::Error>
47
+ Write<Error = Self::Error>
48
+ Readable<Error = Self::Error>
49
+ + TcpSplit<Error = Self::Error>
50
+ TcpShutdown<Error = Self::Error>
51
where
52
Self: 'a;
0 commit comments