config

Function from_lua_value

source
pub fn from_lua_value<R>(lua: &Lua, value: Value) -> Result<R>
Expand description

Convert from a lua value to a deserializable type, with a slightly more helpful error message in case of failure.