Type Definition libimagentrymarkdown::error::Result []

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

Convenient wrapper around std::Result.