Struct backtalk::Request [] [src]

pub struct Request { /* fields omitted */ }

A request containing data from the client.

Methods

impl Request
[src]

Trait Implementations

impl Debug for Request
[src]

Formats the value using the given formatter.

impl IntoFuture for Request
[src]

The item that the future may resolve with.

The error that the future may resolve with.

The future that this type can be converted into.

Consumes this object and produces a future.