agde_tokio

Struct WriteHalf

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