Home
last modified time | relevance | path

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

/external/rust/crates/structopt-derive/src/
Dlib.rs58 let gen = impl_structopt(&input); in structopt()
866 fn impl_structopt(input: &DeriveInput) -> TokenStream { in impl_structopt() function