pub trait VanityMatcher:
Send
+ Sync
+ 'static {
// Required method
fn is_match(&self, addr: &Address) -> bool;
}
pub trait VanityMatcher:
Send
+ Sync
+ 'static {
// Required method
fn is_match(&self, addr: &Address) -> bool;
}