[][src]Function swc_ecma_transforms::util::has_rest_pat

pub fn has_rest_pat<T>(node: &T) -> bool where
    T: VisitWith<RestPatVisitor>,