pub type lua_Chunkreader = lua_Reader;👎Deprecated since Lua 5.1: replace with
lua_ReaderExpand 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),
}