Searched refs:unknown_field_with_alts (Results 1 – 4 of 4) sorted by relevance
57 quote!(unknown_field_with_alts(__other, &[#(#names),*])) in core_loop()
84 unknown_field_with_alts(__other, &[#(#names),*]) in to_tokens()
120 pub fn unknown_field_with_alts<'a, T, I>(field: &str, alternates: I) -> Self in unknown_field_with_alts() method
208 - Added `Error::unknown_field_with_alts` to support the suggestion use-case.