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> { /* private fields */ }