Type Definition libimagentryutil::error::Result []

type Result<T> = Result<T, EntryUtilError>;

Convenient wrapper around std::Result.