pub type LuaResult<T> = Result<T, Error>;
Expand description

A specialized Result type used by mlua’s API.