Module app

Module app 

Source

Structs§

App
A tide-disco server application.
AppHealth
The health status of an application.
AppVersion
Version information about an application.
Module
RAII guard to ensure a module is registered after it is configured.

Enums§

AppError
An error encountered while building an App.

Traits§

Listener
The Listener trait represents an implementation of http transport for a tide application. In order to provide a Listener to tide, you will also need to implement at least one ToListener that outputs your Listener type.
ToListener
ToListener represents any type that can be converted into a Listener. Any type that implements ToListener can be passed to Server::listen or added to a ConcurrentListener