agde_
tokio
0.1.0
Write
Half
Tuple Fields
0
Trait Implementations
Debug
Sender
Sink<Message>
Auto Trait Implementations
!RefUnwindSafe
!UnwindSafe
Freeze
Send
Sync
Unpin
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
From<T>
Into<U>
Same
SinkExt<Item>
TryFrom<U>
TryInto<U>
VZip<V>
In crate agde_
tokio
agde_tokio
Struct
WriteHalf
Copy item path
source
pub struct WriteHalf(pub SplitSink<
Io
, Message>);
Tuple Fields
§
§
0: SplitSink<
Io
, Message>
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
= <
Io
as Sink<Message>>::Error
The type of value produced by the sink when an error occurs.
sour