Type Definition sqa_jack::errors::JackResult []

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

Convenient wrapper around std::Result.