pub trait AsField { // Required method fn as_field(&self) -> FieldName; }
Convert something that represents a path into a concrete FieldName.
FieldName