Type Alias lua_Chunkreader

Source
pub type lua_Chunkreader = lua_Reader;
👎Deprecated since Lua 5.1: replace with lua_Reader
Expand description

lua_Reader

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.