BusId

Trait BusId 

Source
pub trait BusId:
    Copy
    + Eq
    + Hash
    + Debug
    + Display {
    type Address: ServiceAddress;
}
Expand description

Marker traits for service bus identifiers

Required Associated Types§

Source

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.

Implementors§