Function typename

Source
pub unsafe extern "C" fn typename(
    state: lua_State,
    index: i32,
) -> *const u8
Expand description

Returns the name of the type encoded by the value tp, which must be one the values returned by get_type (lua_type).