Struct rlua::LuaThread [] [src]

pub struct LuaThread<'lua>(_);

Handle to an an internal lua coroutine

Methods

impl<'lua> LuaThread<'lua>
[src]

If this thread has yielded a value, will return Some, otherwise the thread is finished and this will return None.

Trait Implementations

impl<'lua> Clone for LuaThread<'lua>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'lua> Debug for LuaThread<'lua>
[src]

Formats the value using the given formatter.

impl<'lua> ToLua<'lua> for LuaThread<'lua>
[src]

impl<'lua> FromLua<'lua> for LuaThread<'lua>
[src]