jetstream_rpc

Trait Protocol

Source
pub trait Protocol {
    type Request: Message;
    type Response: Message;
}
Expand description

Defines the request and response types for the JetStream protocol.

Required Associated Types§

Implementors§