Module r3_core::closure

source ·
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