Module tsukuyomi::app::config

source ·

Structs

The implementor of Concurrency which means that App is not thread safe.
An error type which will be thrown from AppBuilder.
A type representing the contextual information in Config::configure.
The implementor of Concurrency which means that App is thread safe.

Traits

A trait to specify the concurrency of trait objects inside of AppBase.
A trait that represents the settings for configuring an AppBase.

Type Definitions

A type alias of Result<T, E> whose error type is restricted to AppError.