Crate gotcha

Source

Re-exports§

Modules§

Structs§

Enums§

  • The enum Either with variants Left and Right is a general purpose sum type with two cases.

Traits§

Functions§

  • Route DELETE requests to the given handler.
  • Route GET requests to the given handler.
  • Route PATCH requests to the given handler.
  • Route POST requests to the given handler.
  • Route PUT requests to the given handler.

Attribute Macros§

Derive Macros§