logo

Trait bastion::dispatcher::RecipientHandler[][src]

pub trait RecipientHandler: Recipient + Send + Sync + Debug { }
Expand description

A RecipientHandler is a Recipient implementor, that can be stored in the dispatcher

Implementors