vector::sinks::util::service

Type Alias DiscoveryService

source
pub type DiscoveryService<S, RL, HL, K> = BoxStream<'static, Result<Change<K, SingleDistributedService<S, RL, HL>>, Error>>;

Aliased Typeยง

struct DiscoveryService<S, RL, HL, K> {}