Enums§
- An enum for the possible shapes of a
ValidIter
error.
Traits§
- The trait that allows sending iterators to the
ValidIter
type. While it is not sealed, you should probably not implement it unless you’re feeling experimental. - The trait defining a validatable iterator. While it is not sealed, you should probably not implement it unless you’re feeling experimental.
Type Aliases§
- An alias for
Result<E, ValidErr<E>>
. SeeValidErr<E>