[][src]Type Definition mlua::Result

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

A specialized Result type used by mlua's API.