🔥 Burn Fat Fast. Discover How! 💪

RFC 3107 即将被合并 | 允许枚举类型使用 #[derive(Default)] | Arco 所想所得

RFC 3107 即将被合并 | 允许枚举类型使用 #[derive(Default)]

rust

#[derive(Default)]
enum Option {
#[default]
None,
Some(T),
}

https://github.com/rust-lang/rfcs/pull/3107