Struct fanta::AppService [] [src]

pub struct AppService<'a, T: Context + 'static> { /* fields omitted */ }

Methods

impl<'a, T: Context> AppService<'a, T>
[src]

[src]

Trait Implementations

impl<'a, T: Context> Service for AppService<'a, T>
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

[src]

Process the request and return the response asynchronously.

Auto Trait Implementations

impl<'a, T> Send for AppService<'a, T>

impl<'a, T> Sync for AppService<'a, T>