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

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

A specialized Result type used by mlua's API.