Crate viz_core[][src]

Viz Core

Modules

config

Application Configuration

http
types

Macros

anyhow

Construct an ad-hoc error from a string or existing non-anyhow error value.

bail

Return early with an error.

ensure

Return early with an error if a condition is not satisfied.

how

Converts a custom error to Response and then converts to Error.

reject

Responds a custom error to response.

Structs

Context
Error

The Error type, a wrapper around a dynamic error type.

HandlerSuper
HandlerWrapper
Response

Viz Response

Traits

Extract

Extract

Guard
Handler
HandlerBase
HandlerCamp
Middleware

A handle trait for asynchronous context pipeline.

Functions

into_guard

Type Definitions

DynMiddleware

Dyn Middleware

Middlewares

Middleware List

Result

Result