pub trait Primitive: 'static + Debug + Display + AsCast { }
Expand description

Primitive type trait (which all have static lifetimes).

Implementations on Foreign Types

Implementors