Module ops

Source
Expand description

This module holds the implementations for the operations. Typically the advised way of creating these objects is to use the matching functions in crate::expect.

Structsยง

ExpectArray
ExpectEmail
Expects a valid email address string.
ExpectFloat
ExpectInteger
ExpectIsoDateTime
Expects an ISO 8601 date time string.
ExpectObject
ExpectString
ExpectUuid
Expects a UUID string.