pub type FieldKey = Arc<str>;
Type alias for field name keys using Arc<str> for O(1) cloning.
Arc<str>
pub struct FieldKey { /* private fields */ }