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