Struct bonsaidb_client::RemoteSubscriber
source · [−]pub struct RemoteSubscriber<A: CustomApi> { /* private fields */ }Expand description
A PubSub subscriber from a remote server.
Trait Implementations
Subscribe to [Message]s published to topic.
Unsubscribe from [Message]s published to topic.
Auto Trait Implementations
impl<A> !RefUnwindSafe for RemoteSubscriber<A>
impl<A> Send for RemoteSubscriber<A>
impl<A> Sync for RemoteSubscriber<A>
impl<A> Unpin for RemoteSubscriber<A>
impl<A> !UnwindSafe for RemoteSubscriber<A>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more