agde_
web
0.1.0
Read
Half
Trait Implementations
Debug
Receiver
Send
Stream
Sync
Auto Trait Implementations
!RefUnwindSafe
!UnwindSafe
Freeze
Unpin
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
From<T>
Into<U>
StreamExt
TryFrom<U>
TryInto<U>
TryStream
TryStreamExt
VZip<V>
In crate agde_
web
agde_web
Struct
ReadHalf
Copy item path
source
pub struct ReadHalf(
/* private fields */
);
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.
source
§
fn
poll_next
( self:
Pin
<&mut Self>, cx: &mut
Context
<'_>, ) ->