#[derive(EffectData)]Expand description
Derive macro: structural [PartialEq], [Eq], and [Hash] for Effect.ts-style data types.
Types implementing these impls automatically satisfy [effectful::data::EffectData] via the
blanket implementation in the effect crate.