Expand description

Traits for tailoring a server.

Enums

An Error type that can be used in within a CustomApi definition.

Traits

A definition of a custom API. The Request associated type is what a connected client can send. The Response associated type is what your API is expecetd to send from the server to the client. The Dispatcher is the type that will handle the custom API requests.

An error that can be used within a CustomApi definition.

Type Definitions

The result of executing a custom API call.