Crate ruma_state_res[][src]

Re-exports

pub use event_auth::auth_check;
pub use event_auth::auth_types_for_event;
pub use room_version::RoomVersion;

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 Definitions

A mapping of EventId to T, usually a ServerPdu.

Result type for state resolution.

A mapping of event type and state_key to some value T, usually an EventId.