3 lines
54 B
Rust
3 lines
54 B
Rust
#[non_exhaustive]
|
|
pub enum NonExhaustiveEnum { A, B }
|
#[non_exhaustive]
|
|
pub enum NonExhaustiveEnum { A, B }
|