pub trait Primitive: 'static + Debug + Display + AsCast { }
Primitive type trait (which all have static lifetimes).