pub fn create_matcher<T: VanityMatcher>(
matcher: T,
) -> impl Fn(&GeneratedWallet) -> boolExpand description
Creates a matcher function, which takes a reference to a GeneratedWallet and returns
whether it found a match or not by using matcher.