enum MyEnum<AllowB: bool> { A, B if AllowB, // this won't be allowed on ... bool> MyEnum<AllowB> { fn is_a(&self) -> bool { match *self ...
確定! 回上一頁