pub fn entry_required_sym_any<'a>(
entries: &'a [(Expr, Expr)],
name: &str,
expected: &'static str,
) -> Result<&'a Symbol>Expand description
Namespace-agnostic sibling of entry_required_sym (bare-symbol OR string
key), borrowing the Symbol.