跳到主要内容

input_with_interrupt

搜索

函数 input_with_interrupt 

源代码
pub fn input_with_interrupt<P: AsRef<Path> + ?Sized, F>(
    path: &P,
    closure: F,
) -> Result<Input, Error>
where F: FnMut() -> bool,