Trait mlua::ToLua[][src]

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

Trait for types convertible to Value.

Required methods

Performs the conversion.

Implementations on Foreign Types

Implementors