Expand description

Types and traits related to parameter capturing.

Currently this module is a placeholder for new traits coming later; the only things stored in this module at this point are simple type aliases (which are extremely likely to change in future, so don’t rely on them).

Functions

Retrieves a potential captured value from a parameter set by name.

Retrieves a captured value from a path.

Type Definitions

Basic type alias for a captured value pair.

Alias type for a set of multiple Capture values.