Recently, I had to implement a set of types (AST nodes) in Rust that would be ... fn is_a(&self) -> bool { match *self { MyEnum::A => true, ...
確定! 回上一頁