Crate stitch [] [src]

Structs

StitchClient

Holds an inner representation of a stitch client. This type can be created on a separate thread and sent messages over a channel, or can be safely cloned many times on a single thread.

UpsertRequest

Struct that is Serializable and Sendable to stitch. Ultimately, this type is converted to a RawUpsertRequest before sending to stitch, this is done in order to make use of serde automatic derive Serialize.

Enums

Error

Composition of all errors.

Traits

Message

Trait that defines fields needed to send a record to stitch.

Type Definitions

Future
Result