pub trait HasEventManagerId {
    // Required method
    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§

source

fn mgr_id(&self) -> EventManagerId

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

Implementors§