implement Hash, PartialEq for BuilderError

This commit is contained in:
Chip Reed
2024-07-29 14:16:43 +09:00
parent 8e1f250170
commit bc713e8683

View File

@@ -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.