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

pub struct AppService { /* fields omitted */ }

A Service representation of the application, created by App.

Methods

impl AppService
[src]

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.

Auto Trait Implementations

impl Send for AppService

impl Sync for AppService