[][src]Module serde_spaniel::prompt

Traits and decorators for working with prompts.

Structs

CompactPrompt

Prompt decorator which reduces the verbosity of output.

MetaCommandPrompt

Prompt decorator which allows UserActions to be triggered in-band.

ReplayPrompt

Prompt decorator which logs responses and can replay them.

Enums

ReportKind

Represents the kind of a message reported to a prompt.

RequestKind

Represents the kind of a prompt request or response.

Traits

PromptRequester

Trait for prompts which can obtain input.

PromptResponder

Traits for prompts which can display output.