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