syn::expr::parsing

Macro impl_by_parsing_expr

Source
macro_rules! impl_by_parsing_expr {
    (
            $(
                $expr_type:ty, $variant:ident, $msg:expr,
            )*
        ) => { ... };
}