pub type BindSender<A> = UnboundedSender<BindDirective<A>>;
pub struct BindSender<A> { /* private fields */ }