Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/strum_macros/src/macros/strings/
Dfrom_string.rs32 let fn_path: Path = parse_quote!(#f); in from_string_inner() localVariable
36 quote! { ::core::result::Result::Err(#fn_path(s)) }, in from_string_inner()