Structsยง
- Closure
Args - A closure can be modeled as a struct that looks like:
- Closure
Args Parts - Struct returned by
split()
. - Coroutine
Args - Similar to
ClosureArgs
; see the above documentation for more. - Coroutine
Args Parts - Coroutine
Closure Args - Coroutine
Closure Args Parts - See docs for explanation of how each argument is used.
- Coroutine
Closure Signature - Fold
Escaping ๐Regions - Instantiates a
for<'env> ...
binder with a specific region. - GenSig
- HasRegions
Bound ๐At - Unlike
has_escaping_bound_vars
oroutermost_exclusive_binder
, this will detect only regions bound at the debruijn index.