Trait Repeated
pub trait Repeated {
// Required methods
fn changed(&self) -> bool;
fn reset(&mut self);
}Available on crate features
__ecma and __utils only.Expand description
Trait for a pass which is designed to invoked multiple time to same input.
See Repeat.