Skip to main content

DataError

Trait DataError 

Source
pub trait DataError: Error + EffectData { }
Expand description

Errors that are also EffectData (structurally comparable / hashable).

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§