Type Definition mlua::Result[][src]

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

A specialized Result type used by mlua’s API.