Struct async_byteorder::DecodeU64BE [] [src]

pub struct DecodeU64BE(_);

Decode a u64 in big-endian byte order.

Trait Implementations

impl AsyncDecode for DecodeBE
[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 DecodeU64BE

impl Sync for DecodeU64BE