Type Definition stun::agent::Handler[][src]

pub type Handler = Option<Arc<UnboundedSender<Event>>>;
Expand description

Handler handles state changes of transaction. Handler is called on transaction state change. Usage of e is valid only during call, user must copy needed fields explicitly.