rune
0.1.0
In rune::
interpreter
Structs
Interpreter
Functions
bind_args
bind_variables
call_closure
eval
parse_arg_list
parse_closure_env
rune
::
interpreter
Function
parse_closure_env
Copy item path
Settings
Help
Summary
Source
fn parse_closure_env(obj:
Gc
<
ObjectType
<'_>>) ->
Result
<
Vec
<&
Cons
>>