Struct luaext::types::string::LuaString [] [src]

pub struct LuaString { /* fields omitted */ }

Represents a String on the Lua Stack

Methods

impl LuaString
[src]

Create a new String given an index

Get the value of this string

Trait Implementations

impl LuaStackable for LuaString
[src]

Get the position of this value on the stack

impl ToLua for LuaString
[src]

Pushes a value of type Self onto the stack of a Lua state.

impl FromLua for LuaString
[src]

Converts the value on top of the stack of a Lua state to a value of type Option<Self>. Read more