Macros

Macro that returns a trimmed String containing the user input from standard input. You may pass an argument to be used as a prompt, you may use a FnOnce or a type with the [Display] trait implemented.

Functions

Returns a trimmed String containing the user input from standard input. You may pass a function that is meant to work as the input prompt.