pub trait Everything { }
A trait that all values implement.
Used as a base case in macro expansions that take optional trait bound arguments.