[][src]Function casual::input

pub fn input<T>() -> Input<T>

Returns a new empty Input.

Examples

Read in something without any prompt.

This example is not tested
let data: String = input().get();