agde_tokio

Struct ReadHalf

source
pub struct ReadHalf(pub SplitStream<Io>);

Tuple Fields§

§0: SplitStream<Io>

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

source§

type Item = Result<Message, ()>

Values yielded by the stream.