pub unsafe fn debug_value(
    lstate: *mut lua_State,
    n: i32
) -> Box<dyn Display + 'static, Global>
Expand description

Returns a displayable representation of the Lua value at a given stack index.