Module cargo_registry::app [] [src]

Structs

App

The App struct holds the main components of the application like the database connection pool and configurations

AppMiddleware

The AppMiddleware injects an App instance into the Request extensions

Traits

RequestApp

Adds an app() method to the Request type returning the global App instance