mirror of
https://github.com/swc-project/swc.git
synced 2024-12-11 07:35:15 +03:00
11d056c777
Move FromVariant to a separate crate
8 lines
104 B
Rust
8 lines
104 B
Rust
use swc_common::*;
|
|
|
|
#[derive(Fold)]
|
|
pub struct Struct {}
|
|
|
|
#[derive(FromVariant, Fold)]
|
|
pub enum Enum {}
|