tuirealm 2.2.0
2.2.0
Released on 15/05/2025
- Added new
SubEventClause::Discriminant
, which works asSubEventClause::User
, but only checks the discriminant of the enum, instead of the whole enum. (e.g.Foo::Bar(2)
has the same discriminant asFoo::Bar(20)
, while when usingSubEventClause::User
, it would be different) - Rust edition
2024