mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
implement Hash, PartialEq for BuilderError
This commit is contained in:
@@ -153,7 +153,7 @@ impl<R: Runtime, C: DeserializeOwned> PluginApi<R, C> {
|
||||
}
|
||||
|
||||
/// Errors that can happen during [`Builder`].
|
||||
#[derive(Debug, Clone, Error)]
|
||||
#[derive(Debug, Clone, Hash, PartialEq, Error)]
|
||||
#[non_exhaustive]
|
||||
pub enum BuilderError {
|
||||
/// Plugin attempted to use a reserved name.
|
||||
|
||||
Reference in New Issue
Block a user