pub fn lua_get( cx: &mut Cx, receiver: &Value, key: &Value, ) -> Result<Option<Value>>
Performs Lua indexed read with the shared metaobject protocol.