Skip to content

Commit b11b254

Browse files
committed
Add TcpSplit to the TcpConnect trait (omission)
1 parent e2ae03d commit b11b254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

edge-nal/src/stack/tcp.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pub trait TcpConnect {
4646
type Socket<'a>: Read<Error = Self::Error>
4747
+ Write<Error = Self::Error>
4848
+ Readable<Error = Self::Error>
49+
+ TcpSplit<Error = Self::Error>
4950
+ TcpShutdown<Error = Self::Error>
5051
where
5152
Self: 'a;

0 commit comments

Comments
 (0)