I am trying to match on a Rust Option<Component>. Component is this enum doc.rust-lang.org/std/path/struc
What should go where the ... goes here?
It isn't allowing _, it says _ must be on "the left".
Some ML-likes let you do something like Some(Normal(_) as x) but it didn't like that
read image description
ALT
2
2



