Home
last modified time | relevance | path

Searched refs:subty_if (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/clap/clap_derive/src/utils/
H A Dty.rs74 subty_if(ty, |_| true) in sub_type()
95 fn subty_if<F>(ty: &syn::Type, f: F) -> Option<&syn::Type> in subty_if() functions
117 subty_if(ty, |seg| seg.ident == name) in subty_if_name()

Completed in 1 milliseconds