pub trait Case: Case { }
Available on crate feature
serde
only.Expand description
Marker for upper/lower case type-level flags (“type-level enum”).
You may use this trait in bounds only.
Object Safety§
This trait is not object safe.