[][src]Crate paperclip_actix

Re-exports

pub use self::web::Resource;
pub use self::web::Route;
pub use self::web::Scope;

Modules

web

Proxy module for actix_web::web.

Structs

App

Wrapper for actix_web::App.

Traits

Mountable

Indicates that this thingmabob has a path and a bunch of definitions and operations.

OpenApiExt

Extension trait for actix-web applications.

Attribute Macros

api_v2_errors

Marker attribute for indicating that the marked object can represent non-2xx (error) status codes with optional descriptions.

api_v2_operation

Marker attribute for indicating that a function is an OpenAPI v2 compatible operation.

Derive Macros

Apiv2Schema

Derive attribute for indicating that a type is an OpenAPI v2 compatible definition.

Apiv2Security

Marker attribute for indicating that an object forbids public access to operation (for example AccessToken).