with_stdin

Function with_stdin 

Source
pub fn with_stdin<F, R>(f: F) -> Result<R>
where F: FnMut(&mut Input) -> Result<R>,
Expand description

it has roughly the same function as uefi::system::with_stdin.