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

event_auth
room_version

Structs

StateResolution

Enums

Error

Represents the various errors that arise when resolving state.

Traits

Event

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

Functions

is_power_event
is_power_event_id
is_type_and_key

Type Definitions

EventMap

A mapping of EventId to T, usually a ServerPdu.

Result

Result type for state resolution.

StateMap

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