Module tsukuyomi::responder

source ·
Expand description

Definition of Responder.

Structs

Traits

A trait that abstracts replies to clients.

Functions

Creates a Responder from a function that returns its result immediately.
A function to create a Responder using the specified TryFuture.