Struct chiisai::Chiisai[][src]

pub struct Chiisai { /* fields omitted */ }

Methods

impl Chiisai
[src]

Trait Implementations

impl<'c> Service for &'c Chiisai
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

Process the request and return the response asynchronously.

Auto Trait Implementations

impl !Send for Chiisai

impl !Sync for Chiisai