pub trait Subscribe<K> { // Required method fn subscribe(&mut self, subs_key: K, subs_id: SeqID); }
Subscribe using a key of type K
K
Register subscriber with the ID subs_id as having interest to the key K.
subs_id