[][src]Function ndless::msg::msg_2numeric

pub fn msg_2numeric(
    title: impl Into<String>,
    subtitle: impl Into<String>,
    msg1: impl Into<String>,
    range1: (i32, i32),
    msg2: impl Into<String>,
    range2: (i32, i32)
) -> Option<(i32, i32)>