Make InputFilter public (#3170)
This commit is contained in:
parent
e443d68a39
commit
03a49fa5a8
@ -581,7 +581,8 @@ where
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
trait InputFilter<I> {
|
/// A trait to determine if a input should be run or not
|
||||||
|
pub trait InputFilter<I> {
|
||||||
fn should_execute(&mut self, input: &I) -> bool;
|
fn should_execute(&mut self, input: &I) -> bool;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user