pub fn find_pat_ids<T, I: IdentLike>(node: &T) -> Vec<I>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
where
    T: for<'any> VisitWith<DestructuringFinder<'any, I>>, 
Expand description

Finds all binding idents of node.