Home
last modified time | relevance | path

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

/external/rust/crates/structopt-derive/src/
Dlib.rs809 fn impl_structopt_for_enum( in impl_structopt_for_enum() function
889 Enum(ref e) => impl_structopt_for_enum(struct_name, &e.variants, &input.attrs), in impl_structopt()