//! Feature record other fields.
modvalue;pubuseself::value::Value;/// Feature record other fields.
pubtraitOtherFields{/// Returns whether there are any other fields.
fnis_empty(&self)->bool;/// Return the number of other fields.
fnlen(&self)->usize;/// Returns an iterator over other fields.
fniter(&self)->Box<dyn Iterator<Item = Value<'_>>+ '_>;}