Trait USubscriptionServiceAbstract

Source
pub trait USubscriptionServiceAbstract:
    USubscription
    + LocalUriProvider
    + UTransportHolder { }
Expand description

This trait (and the comprised UTransportHolder trait) is simply there to have a generic type that usubscription Listeners deal with, so that USubscriptionService can be properly mocked.

Implementors§