Module for_3rd

Module for_3rd 

Source

Structs§

BigDecimal
A big decimal type.
BigInt
A big signed integer type.
EmailAddress
Type representing a single email address. This is basically a wrapper around a String, the email address is parsed for correctness with FromStr::from_str, which is the only want to create an instance. The various components of the email are not parsed out to be accessible independently.
Url
A parsed URL record.
Version
SemVer version as defined by https://semver.org.

Enums§

Json
Represents any valid JSON value.

Traits§

Zero
Defines an additive identity element for Self.