Enums§
- Backend
Async Function EnvHandle - A read-only handle to the
FunctionEnvin anBackendAsyncFunctionEnvMut. - Backend
Async Function EnvHandle Mut - A mutable handle to the
FunctionEnvin anBackendAsyncFunctionEnvMut. - Backend
Async Function EnvMut - A shared handle to a
FunctionEnv, suitable for use in async imports. - Backend
Function Env - An opaque reference to a function environment.
The function environment data is owned by the
Store. - Backend
Function EnvMut - A temporary handle to a
FunctionEnv.