Skip to main content

usize

Function usize 

Source
pub fn usize(
    prompt: impl AsRef<str>,
    default: Option<usize>,
) -> PromptResult<usize>
Available on crate feature prompt only.
Expand description

Prompts for a usize integer, with an optional default.