agde_web

Struct WriteHalf

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<