Struct async_byteorder::EncodeU8 [] [src]

pub struct EncodeU8 { /* fields omitted */ }

Encode a u8.

Trait Implementations

impl AsyncEncode for EncodeByte
[src]

[src]

Call writer.poll_write once with encoded data, propagating any Err and Pending, and returning how many bytes were written. Read more

impl AsyncEncodeLen for EncodeByte
[src]

[src]

Return the exact number of bytes this will still write.

Auto Trait Implementations

impl Send for EncodeU8

impl Sync for EncodeU8