lua_WarnFunction

Type Alias lua_WarnFunction 

Source
pub type lua_WarnFunction = Option<unsafe extern "C" fn(ud: *mut c_void, msg: *const c_char, tocont: c_int)>;

Aliased Type§

pub enum lua_WarnFunction {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *const i8, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const i8, i32))

Some value of type T.