pub trait IOStream:
AsyncRead
+ AsyncWrite
+ Unpin { }
Expand description
General trait which implementing type represents something where we can both write to or read from
pub trait IOStream:
AsyncRead
+ AsyncWrite
+ Unpin { }
General trait which implementing type represents something where we can both write to or read from