pub trait Magic: for<'de> Deserialize<'de> { }
Expand description

Marker trait for “magic” values. Primarily for use with Either.

Implementors