Expand description
Definitions of common types (Url
, Timestamp
, JSON types, etc).
Structs§
- A span of time.
- A generic container that stores exactly one or more unique instances of a given type.
- An ordered set backed by a
Vec<T>
. - A container implementing the
std::error::Error
trait. - A parsed Timestamp.
- A parsed URL.
Enums§
- A reference to a JSON-LD context
- A generic container that stores exactly one or many (0+) values of a given type.
- A type that represents either an arbitrary string or a URL.
- Represents any valid JSON value.
Traits§
- A trait for comparing types only by a certain key.
Type Aliases§
- An alias for an ordered map of key-value pairs.