[][src]Function nspire::msg::msg_numeric

pub fn msg_numeric(
    title: impl Into<String>,
    subtitle: impl Into<String>,
    msg: impl Into<String>,
    min: i32,
    max: i32
) -> Option<i32>
Deprecated