pub type PluginResult<T> = Result<T, PluginError>;Expand description
Plugin execution result
Aliased Type§
pub enum PluginResult<T> {
Ok(T),
Err(PluginError),
}pub type PluginResult<T> = Result<T, PluginError>;Plugin execution result
pub enum PluginResult<T> {
Ok(T),
Err(PluginError),
}