pub type QuestionHandlerSlot = Arc<RwLock<Option<Arc<dyn QuestionHandler>>>>;
Shared slot used by ask_user to find the active host handler.
ask_user
pub struct QuestionHandlerSlot { /* private fields */ }