pub fn find_pat_ids<T, I>(node: &T) -> Vec<I, Global>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
where
    I: IdentLike,
    T: for<'any> VisitWith<DestructuringFinder<'any, I>>, 
Available on crate feature __utils only.
Expand description

Finds all binding idents of node.