Struct agde_web::ReadHalf

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

§

type Item = Result<Message, ()>

Values yielded by the stream.
source§

fn poll_next( self: Pin<&mut Self>, cx: &mut Context<'_> ) -> Poll<Option<Self::Item>>

Attempt to