agde_
tokio
0.1.0
Read
Half
Tuple Fields
0
Trait Implementations
Debug
Receiver
Stream
Auto Trait Implementations
!RefUnwindSafe
!UnwindSafe
Freeze
Send
Sync
Unpin
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
From<T>
Into<U>
Same
StreamExt
TryFrom<U>
TryInto<U>
TryStream
TryStreamExt
VZip<V>
In crate agde_
tokio
agde_tokio
Struct
ReadHalf
Copy item path
source
pub struct ReadHalf(pub SplitStream<
Io
>);
Tuple Fields
§
§
0: SplitStream<
Io
>
Trait Implementations
§
source
§
impl
Debug
for
ReadHalf
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
source
§
impl Stream for
ReadHalf
source
§
type
Item
=
Result
<
Message
,
()
>
Values yielded by the stream.