pub type WatchTopicListFut<'a, B> = Pin<Box<dyn Future<Output = Result<Vec<String>, <B as BrokerMetadataApi>::Error>> + Send + 'a>>;Expand description
Helper alias: BrokerMetadataApi::watch_topic_list future return type.
Aliased Type§
#[repr(transparent)]pub struct WatchTopicListFut<'a, B> { /* private fields */ }