Struct rlua::Lua [] [src]

pub struct Lua { /* fields omitted */ }

Top level Lua struct which holds the lua state itself.

Methods

impl Lua
[src]

Evaluate the given expression or statement inside this Lua state, and if it is an expression or a statement with return, this returns the value.

Trait Implementations

impl Drop for Lua
[src]

A method called when the value goes out of scope. Read more