Struct svc_agent::ResponseSubscription [−][src]
pub struct ResponseSubscription<'a> { /* fields omitted */ }Implementations
Trait Implementations
fn subscription_topic<A>(
&self,
me: &A,
me_version: &str
) -> Result<String, Error> where
A: Addressable, [src]
fn subscription_topic<A>(
&self,
me: &A,
me_version: &str
) -> Result<String, Error> where
A: Addressable, [src]Returns a topic to subscribe to as string. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for ResponseSubscription<'a>impl<'a> Send for ResponseSubscription<'a>impl<'a> Sync for ResponseSubscription<'a>impl<'a> Unpin for ResponseSubscription<'a>impl<'a> UnwindSafe for ResponseSubscription<'a>