Struct packet_stream::Request [] [src]

pub struct Request<W: AsyncWrite, B: AsRef<[u8]>>(_);

An outgoing request, initated by this packet-stream.

Poll it to actually start sending the request.

Trait Implementations

impl<W: AsyncWrite, B: AsRef<[u8]>> Future for Request<W, B>
[src]

A successful value

The error contains a None if an Request, PeerResponse or PsSink errored previously.

[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

Auto Trait Implementations

impl<W, B> !Send for Request<W, B>

impl<W, B> !Sync for Request<W, B>