Home
last modified time | relevance | path

Searched refs:with_alts (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/darling_core/src/error/
Dkind.rs137 pub fn with_alts<'a, T, I>(field: &str, alternates: I) -> Self in with_alts() method
Dmod.rs125 Error::new(ErrorUnknownField::with_alts(field, alternates).into()) in unknown_field_with_alts()
136 Error::new(ErrorUnknownField::with_alts(&path_to_string(field), alternates).into()) in unknown_field_path_with_alts()