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