pub trait Magic: for<'de> Deserialize<'de> { }
Marker trait for “magic” values. Primarily for use with Either.
Either