Type Definition libimagentrytag::error::Result []

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

Convenient wrapper around std::Result.