Struct hlua::functions_read::LuaFunction [] [src]

pub struct LuaFunction<L> { /* fields omitted */ }

Methods

impl<'lua, L> LuaFunction<L> where L: AsMutLua<'lua>
[src]

Calls the LuaFunction.

Builds a new LuaFunction from the code of a reader.

Builds a new LuaFunction from a raw string.

Trait Implementations

impl<'lua, L> LuaRead<L> for LuaFunction<L> where L: AsMutLua<'lua>
[src]

Reads the data from Lua at a given position.

Reads the data from Lua.