Crate ruma::state_res

source ·
Available on crate feature state-res only.

Modules§

Structs§

Enums§

  • Represents the various errors that arise when resolving state.

Traits§

  • Abstraction of a PDU so users can have their own PDU types.

Functions§

Type Aliases§

  • Result type for state resolution.
  • A mapping of event type and state_key to some value T, usually an EventId.