pub trait InfectableNode {
    fn is_fn_or_arrow_expr(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Implementors§