Struct async_byteorder::DecodeI8 [] [src]

pub struct DecodeI8;

Decode a i8.

Trait Implementations

impl AsyncDecode for DecodeByte
[src]

The type of the value to decode.

An error indicating how decoding can fail.

[src]

Call reader.poll_read exactly once, propgating any Err and Pending, and return how many bytes have been read, as well as the decoded value, once decoding is done. Read more

Auto Trait Implementations

impl Send for DecodeI8

impl Sync for DecodeI8