syn::macros

Macro ast_enum_from_struct

source
macro_rules! ast_enum_from_struct {
    ($name:ident::Verbatim, $member:ident) => { ... };
    ($name:ident::$variant:ident, $member:ident) => { ... };
}