Struct byte_channel::sync::ByteReceiver [] [src]

pub struct ByteReceiver<E> { /* fields omitted */ }

Methods

impl<E> ByteReceiver<E>
[src]

impl<E> ByteReceiver<E>
[src]

Poll at most max_sz bytes from the channel.

Trait Implementations

impl<E: Debug> Debug for ByteReceiver<E>
[src]

Formats the value using the given formatter.

impl<E> Drop for ByteReceiver<E>
[src]

A method called when the value goes out of scope. Read more