pub trait BusId:
Copy
+ Eq
+ Hash
+ Debug
+ Display {
type Address: ServiceAddress;
}Expand description
Marker traits for service bus identifiers
Required Associated Types§
Sourcetype Address: ServiceAddress
type Address: ServiceAddress
Service address type used by this bus
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.