Struct async_byteorder::EncodeU8
[−]
[src]
pub struct EncodeU8<W> { /* fields omitted */ }Encode a u8.
Trait Implementations
impl<W: AsyncWrite> AsyncEncode<W> for EncodeByte<W>[src]
fn poll_encode(self, cx: &mut Context, writer: &mut W) -> PollEnc<Self>[src]
Call writer.poll_write once with encoded data, propagating any Err and Pending, and returning how many bytes were written. Read more
impl<W: AsyncWrite> AsyncEncodeLen<W> for EncodeByte<W>[src]
fn remaining_bytes(&self) -> usize[src]
Return the exact number of bytes this will still write.