Skip to main content

input_with_interrupt_and_dictionary

Function input_with_interrupt_and_dictionary 

Source
pub fn input_with_interrupt_and_dictionary<P: AsRef<Path> + ?Sized, F>(
    path: &P,
    closure: F,
    options: Dictionary<'_>,
) -> Result<Input, Error>
where F: FnMut() -> bool + Send + 'static,