Crate viz_core[][src]

Expand description

Viz Core

Modules

Application Configuration

Web Types

Macros

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

Return early with an error.

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

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

Responds a custom error to response.

Structs

The Context of an HTTP request - response.

Error

A super handler wrapper within the given Context and Args.

A basic handler wrapper within the given Args.

Viz Response

Traits

A Extractor trait.

A guard for Context

A handler within the given Context.

A basic handler within the given Args.

A handler within the given Context and Args.

Handle Trait

Type Definitions

Dyn Middleware

Middleware List

Result