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 Enum
s.
Enums§
- Enum types that implement
std::ops::Try
trait.