Re-exports§
Modules§
Structs§
- Date
Time - ISO 8601 combined date and time with time zone.
- PathBuf
- An owned, mutable path (akin to
String
). - Url
- A parsed URL record.
- Utc
- The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).
- Uuid
- A Universally Unique Identifier (UUID).
Type Aliases§
- Result
Result<T, Error>