Module queries

Module queries 

Source

Re-exports§

pub use stream::*;

Modules§

stream

Structs§

BoxedStreamsClient
Wraps an ApiClient to allow turning a concretely-typed client into type-erased a [BoxableXmtpApi] allowing for the transformation into a type-erased Api Client
ClientBundle
ClientBundleBuilder
Builder for __ClientBundleBuilder.
CombinedD14nClient
D14nClient
MessageBackendBuilder
Builder to access the backend XMTP API Passing a gateway host implicitly enables decentralization.
StatsBuilder
TrackedStatsClient
Wraps an ApiClient that tracks stats of each api call
V3Client
V3ClientBuilder

Enums§

ClientBundleBuilderError
Error type for ClientBundleBuilder
ClientKind
MessageBackendBuilderError
QueryError

Traits§

D14nCombinatorExt
ToDynApi
Indicates this api implementation can be type-erased and coerced into a Box or Arc