Skip to main content

bind_lua

Function bind_lua 

Source
pub fn bind_lua<R, F>(lua: &Lua, f: F) -> R
where F: FnOnce() -> R,