Trait sea_streamer::ProducerOptions

source ·
pub trait ProducerOptions: Default + Clone + Send { }
Expand description

Common options of a Producer.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ProducerOptions for KafkaProducerOptions

source§

impl ProducerOptions for StdioProducerOptions

Implementors§