[][src]Module finchers::action

Definition of EndpointAction and related components.

Structs

ActionContext

A set for contextual values used by EndpointAction::poll_action.

Cursor

A proxy type that traverses the path segments.

Oneshot

Wrapper for providing an implementation of EndpointAction to OneshotActions.

PreflightContext

A set of contextual values used by EndpointAction::preflight.

Enums

Preflight

An enum representing the result of EndpointAction::preflight.

Traits

EndpointAction

A trait that abstracts the action of endpoints.

OneshotAction

A variant of EndpointAction that the implementor always returns its result from preflight.