pub type FieldName = Arc<str>;
A name for a field in a struct
struct FieldName { /* private fields */ }