Skip to main content

Module interviewer

Module interviewer 

Source
Expand description

Human-in-the-loop interaction trait.

Structs§

Answer
A human’s answer.
AutoApproveInterviewer
Auto-approve interviewer that always selects the first option.
ConsoleInterviewer
Console-based interviewer using stdin/stdout.
Question
A question to present to a human.
QueueInterviewer
Queue-based interviewer with pre-filled answers (for testing).

Traits§

Interviewer
Trait for presenting questions to humans and getting answers.