miniblink 0.4.0

Rust bindings to mininlink49
Documentation
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,
}