pub type PluginResult = Result<HashMap<String, Value>, PluginError>;
Type alias for plugin function results.
pub enum PluginResult { Ok(HashMap<String, Value>), Err(PluginError), }
Contains the success value
Contains the error value