Expand description
Typed wrappers around NATS.
These use serde to serialize data to/from JSON over nats into Rust types.
Structs§
- Wraps a NATS subject string with some type information about the message type expected on that subject, as well as the reply type (which may be NoReply).
Enums§
- Unconstructable type, used as a TypedMessage::Response to indicate that no response is allowed.