Type Definition easy_plugin::PluginResult []

type PluginResult<T> = Result<T, (Span, String)>;

A result type for reporting errors in plugins.