Trait tsukuyomi::Handler

source ·
pub trait Handler {
    fn handle(&self) -> AsyncResult<Output>;
}
Expand description

A trait representing the handler associated with the specified endpoint.

Required Methods

Creates an AsyncResult which handles the incoming request.

Implementations on Foreign Types

Implementors