[][src]Function winconsole::console::get_history_info

pub fn get_history_info() -> WinResult<HistoryInfo>

Returns a HistoryInfo object containing information about console input history settings.

Examples

let history_settings = console::get_history_info().unwrap();
println!("{:?}", history_settings);

Errors