Module tsukuyomi::handler[][src]

Handler and supplemental components.

Structs

Handle

A type representing the return value from Handler::handle.

Traits

Handler

A trait representing handler functions.

Functions

wrap_async

Create an instance of Handler from the provided function.

wrap_ready

Create an instance of Handler from the provided function.