[][src]Crate matrix_sdk_common

Re-exports

pub use instant;
pub use js_int;
pub use ruma_client_api as api;
pub use ruma_events as events;
pub use ruma_identifiers as identifiers;
pub use uuid;

Modules

locks

Structs

IntoHttpError

An error when converting one of ruma's endpoint-specific request or response types to the corresponding http type.

Enums

FromHttpResponseError

An error when converting a http response to one of ruma's endpoint-specific response types.

ServerError

An error was reported by the server (HTTP status code 4xx or 5xx)

Traits

Endpoint

A Matrix API endpoint.