Struct rlua::Lua [] [src]

pub struct Lua { /* fields omitted */ }

Top level Lua struct which holds the lua state itself.

Methods

impl Lua
[src]

Trait Implementations

impl Drop for Lua
[src]

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