pub fn user_message_lua(e: &Error) -> StringExpand description
user_message for an error already held as mlua’s own type, which is how a caller
that catches mlua::Result (the C ABI in ffi, say) has it.
pub fn user_message_lua(e: &Error) -> Stringuser_message for an error already held as mlua’s own type, which is how a caller
that catches mlua::Result (the C ABI in ffi, say) has it.