stust enum anónimo estructura

enum Foo {
    A { val: i64 },
    B,
}
Prafy