I have a trait that is implemented by some structs. I want to write a pattern match where I can handle every possible case:trait Base {}struct Foo { x: u32 ...
確定! 回上一頁