Struct tsukuyomi::app::service::AppService[][src]

pub struct AppService { /* fields omitted */ }

A Service representation of the application, created by App.

Trait Implementations

impl Debug for AppService
[src]

Formats the value using the given formatter. Read more

impl Service for AppService
[src]

The Payload body of the http::Request.

The Payload body of the http::Response.

The error type that can occur within this `Service. Read more

The Future returned by this Service.

Calls this Service with a request, returning a Future of the response.

impl ServiceUpgradeExt<Io> for AppService
[src]

A future returned from into_upgrade, representing an asynchronous computation after upgrading to another protocol. Read more

The type of error which will be returned from poll_ready_upgradable.

Polls if this service is upgradable.

Perform the upgrading to another protocol with the provided components. Read more

Auto Trait Implementations

impl Send for AppService

impl !Sync for AppService