[][src]Trait swc_visit::Repeated

pub trait Repeated {
    fn changed(&self) -> bool;
fn reset(&mut self); }

Required methods

fn changed(&self) -> bool

Should run again?

fn reset(&mut self)

Reset.

Loading content...

Implementors

impl<A, B> Repeated for AndThen<A, B> where
    A: Repeated,
    B: Repeated
[src]

impl<V> Repeated for Repeat<V> where
    V: Repeated
[src]

Loading content...