Type Alias lua_Chunkwriter

Source
pub type lua_Chunkwriter = lua_Writer;
👎Deprecated since Lua 5.1: replace with lua_Writer
Expand description

lua_Writer

Aliased Type§

pub enum lua_Chunkwriter {
    None,
    Some(unsafe extern "C" fn(*mut lua_State, *const c_void, usize, *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut lua_State, *const c_void, usize, *mut c_void) -> i32)

Some value of type T.