pub type Name = AtomTag;
For contexts where you want an identifier that is validated similarly to an AtomTag.
pub struct Name(/* private fields */);