pub trait Identifier: ToString { }
An Identifier is a type that can be used as an identifier
Identifier