Module prompt

Module prompt 

Source
Expand description

A module that re-exports all the things required for writing custom Prompts.

Re-exports§

pub use crate::question::Prompt;
pub use crate::Answer;
pub use crate::Answers;

Modules§

backend
A module to represent a terminal and operations on it.
events
A module for handling key events
style
A module to control the looks of text.

Traits§

Backend
A trait to represent a terminal that can be rendered to in an interactive manner.
EventIterator
A trait to represent a source of KeyEvents.