Struct rlua::Scope [] [src]

pub struct Scope<'lua, 'scope> { /* fields omitted */ }

Constructed by the Lua::scope method, allows temporarily passing to Lua userdata that is !Send, and callbacks that are !Send and not 'static.

Methods

impl<'lua, 'scope> Scope<'lua, 'scope>
[src]

[src]

[src]

[src]

Trait Implementations

impl<'lua, 'scope> Drop for Scope<'lua, 'scope>
[src]

[src]

Executes the destructor for this type. Read more