Module identity_iota::core

source ·
Expand description

Core Traits and Types

Macros§

  • Construct a serde_json::Value from a JSON literal.

Structs§

Enums§

  • A Multibase-supported base. See multibase::Base for more information.
  • A reference to a JSON-LD context
  • This type represents all possible errors that can occur in the library.
  • A generic container that stores exactly one or many (0+) values of a given type.
  • Represents any valid JSON value.

Traits§

  • A convenience-trait to format types as JSON strings for display.
  • A convenience-trait for types that can be deserialized from JSON.
  • A trait for comparing types only by a certain key.
  • A convenience-trait for types that can be serialized as JSON.

Type Aliases§