Add doc (#3171)
This commit is contained in:
parent
03a49fa5a8
commit
d0acc3efc2
@ -583,6 +583,7 @@ where
|
||||
|
||||
/// A trait to determine if a input should be run or not
|
||||
pub trait InputFilter<I> {
|
||||
/// should run execution for this input or no
|
||||
fn should_execute(&mut self, input: &I) -> bool;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user