Home
last modified time | relevance | path

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

/external/rust/crates/argh_derive/src/
Dlib.rs47 syn::Data::Enum(de) => impl_from_args_enum(errors, &input.ident, type_attrs, de), in impl_from_args()
830 fn impl_from_args_enum( in impl_from_args_enum() function