Expand description
Extensions for constructing Endpoints
Modules§
- Extensions for
Option
- Extensions for
Result
Structs§
Traits§
- A set of extension methods used for composing complicate endpoints.
- A set of extension methods which is available when the output is value is an
Option
. - A set of extension methods which is available when the output value is a
Result
.
Functions§
- Create an endpoint which always abort the incoming request with an error of
E
. - Create an endpoint which evaluates the all endpoint in the given collection sequentially.
- Create an endpoint which immediately returns a value of
T
. - Create an endpoint which applies the given function to the incoming request and returns an immediate value of
T
.