Trait twilly_cli::InquireControl
source · pub trait InquireControl<T> {
// Required method
fn prompt_user(&self) -> Result<T, InquireError>;
}Expand description
A wrapper around the Inquire crates various input controls. This is used to abstract the prompting and handling errors or cancellations.