Skip to main content

EtcdJsonPutWatchStream

Type Alias EtcdJsonPutWatchStream 

Source
pub type EtcdJsonPutWatchStream<T> = PutWatchStream<EtcdReconnectWatchStream, T, JsonDecoder<T>>;

Aliased Typeยง

pub struct EtcdJsonPutWatchStream<T> { /* private fields */ }