Skip to main content

lua_get

Function lua_get 

Source
pub fn lua_get(
    cx: &mut Cx,
    receiver: &Value,
    key: &Value,
) -> Result<Option<Value>>
Expand description

Performs Lua indexed read with the shared metaobject protocol.