agde_
web
0.1.0
Write
Half
Trait Implementations
Debug
Send
Sender
Sink<Message>
Sync
Auto Trait Implementations
!RefUnwindSafe
!UnwindSafe
Freeze
Unpin
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
From<T>
Into<U>
SinkExt<Item>
TryFrom<U>
TryInto<U>
VZip<V>
In crate agde_
web
agde_web
Struct
WriteHalf
Copy item path
source
pub struct WriteHalf(
/* private fields */
);
Trait Implementations
§
source
§
impl
Debug
for
WriteHalf
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
source
§
impl Sink<
Message
> for
WriteHalf
source
§
type
Error
= <WebSocket as Sink<Message>>::Error
The type of value produced by the sink when an error occurs.
source
§
fn
poll_ready
( self:
Pin
<&mut Self>, cx: &mut
Context
<'_>, ) ->
Poll
<