1 2 3 4 5 6 7
/// Prompt parameters. pub struct PromptParams { /// Prompt message. pub message: String, /// Default value that is shown in the prompt dialog. pub default_value: String, }