Crate viz_core[][src]

Expand description

Viz Core

Modules

config

Application Configuration

http
types

Web 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

The Context of an HTTP request - response.

Error

Error

HandlerSuper

A super handler wrapper within the given Context and Args.

HandlerWrapper

A basic handler wrapper within the given Args.

Response

Viz Response

Traits

Extract

A Extractor trait.

Guard

A guard for Context

Handler

A handler within the given Context.

HandlerBase

A basic handler within the given Args.

HandlerCamp

A handler within the given Context and Args.

Middleware

Handle Trait

Type Definitions

DynMiddleware

Dyn Middleware

Middlewares

Middleware List

Result

Result