mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-27 07:02:09 +01:00
Make the error handler FnMut
This commit is contained in:
parent
cd81c7fa6b
commit
8e66bc8722
@ -47,7 +47,7 @@ impl<'b> Controller<'b> {
|
|||||||
&self,
|
&self,
|
||||||
inputs: Vec<Input>,
|
inputs: Vec<Input>,
|
||||||
output_buffer: Option<&mut dyn std::fmt::Write>,
|
output_buffer: Option<&mut dyn std::fmt::Write>,
|
||||||
handle_error: impl Fn(&Error, &mut dyn Write),
|
mut handle_error: impl FnMut(&Error, &mut dyn Write),
|
||||||
) -> Result<bool> {
|
) -> Result<bool> {
|
||||||
let mut output_type;
|
let mut output_type;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user