Expand description
This module contains structures for filtering the expected types.
Use case for structures in this module is, for example, situation when you need to process
only certain Enums.
Enumsยง
- TryEnum
- Enum types that implement
std::ops::Trytrait.