std_traits/
primitive.rs

1/// A useless(?) trait for all primitive types in Rust.
2pub trait Primitive {}