Struct async_byteorder::EncodeI8 [] [src]

pub struct EncodeI8 { /* fields omitted */ }

Encode a i8.

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 EncodeI8

impl Sync for EncodeI8