Type Definition mlua::prelude::LuaResult[][src]

type LuaResult<T> = StdResult<T, Error>;

A specialized Result type used by mlua’s API.