pub type SearchCommandTx<B> = Sender<SearchCommand<B>>;
pub struct SearchCommandTx<B> { /* private fields */ }