Skip to main content

NativeFn

Type Alias NativeFn 

Source
pub type NativeFn = fn(&mut LuaState) -> Result<usize, LuaError>;
Expand description

Signature of a Lua native function (the os.* registration entries).