Module poem::endpoint

source ·
Expand description

Endpoint related types.

Structs§

Traits§

Functions§

  • Create an endpoint with a asyncness function.
  • Create an endpoint with a function.

Type Aliases§

  • An owned dynamically typed Endpoint for use in cases where you can’t statically type your result or need to add some indirection.