pub trait HasEventManagerId {
    fn mgr_id(&self) -> EventManagerId;
}
Expand description

The id of this EventManager. For multi processed EventManagers, each connected client should have a unique ids.

Required Methods

The id of this manager. For Multiprocessed EventManagers, each client should have a unique ids.

Implementors