pub trait Check: Visit + Default {
    fn should_handle(&self) -> bool;
}
Available on crate feature __transforms only.

Required Methods

Implementors