Skip to main content

QuestionHandlerSlot

Type Alias QuestionHandlerSlot 

Source
pub type QuestionHandlerSlot = Arc<RwLock<Option<Arc<dyn QuestionHandler>>>>;
Expand description

Shared slot used by ask_user to find the active host handler.

Aliased Typeยง

pub struct QuestionHandlerSlot { /* private fields */ }