Trait rlua::ToLua [] [src]

pub trait ToLua<'a> {
    fn to_lua(self, lua: &'a Lua) -> Result<Value<'a>>;
}

Trait for types convertible to Value.

Required Methods

Performs the conversion.

Implementors