Expand description
Predicate existential types.
Provides newtypes Pet
and PetRef
for providing predicate accepted
values and references respectively.
Modules§
Structs§
- Pet
- A value that is accepted by a given predicate.
- PetRef
- A reference to a value that is accepted by a given predicate.