Expand description
Provides Closure
, a light-weight closure type.
Structs
- A light-weight closure, which is comprised of a function pointer and an environment parameter.
- The environment parameter type for
Closure
. It’s ABI-compatible with*mut ()
but might not be fully initialized.
Traits
- A trait for converting a value into a
Closure
at compile time.