pub fn required<'a>( map: &'a Expr, name: &str, context: &str, ) -> Result<&'a Expr>
Look up a required field, returning a context-labeled error when it is missing. Accepts either key form, matching field_any.
field_any