input

Function input 

Source
pub fn input<T>() -> Input<T>
Expand description

Returns a new empty Input.

ยงExamples

Read in something without any prompt.

let data: String = input().get();