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.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".