[][src]Type Definition luis_sys::Result

type Result<T = (), E = SpxError> = Result<T, E>;

Redefine the result of the crate for convenience.