Struct varu64::DecodeDeserialize [] [src]

pub struct DecodeDeserialize<R>(_);

A decoder that implements the AsyncDeserialize trait.

Trait Implementations

impl<R: AsyncRead> Future for DecodeDeserialize<R>
[src]

A successful value

An error

[src]

Attempt to resolve the future to a final value, registering the current task for wakeup if the value is not yet available. Read more

impl<R> AsyncDeserialize<R, u64, Never> for DecodeDeserialize<R> where
    R: AsyncRead
[src]

[src]

Consume a reader to create an AsyncDeserialize.

[src]

Return how many bytes have already been read.

Auto Trait Implementations

impl<R> Send for DecodeDeserialize<R> where
    R: Send

impl<R> Sync for DecodeDeserialize<R> where
    R: Sync