Type Definition libimagentrylink::error::Result []

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

Convenient wrapper around std::Result.