pub type Result<T> = Result<T, PluginError>;Expand description
Result type for plugin operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PluginError),
}pub type Result<T> = Result<T, PluginError>;Result type for plugin operations
pub enum Result<T> {
Ok(T),
Err(PluginError),
}