pub type PluginResult<T> = Result<T, PluginError>;Expand description
Result alias used throughout this crate.
Aliased Type§
pub enum PluginResult<T> {
Ok(T),
Err(PluginError),
}pub type PluginResult<T> = Result<T, PluginError>;Result alias used throughout this crate.
pub enum PluginResult<T> {
Ok(T),
Err(PluginError),
}