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