pub trait PortalMatcher {
// Required methods
fn match_portal(&self, addr: &str) -> Portals;
fn get_portal_address(&self, portal: Portals) -> Option<&str>;
}pub trait PortalMatcher {
// Required methods
fn match_portal(&self, addr: &str) -> Portals;
fn get_portal_address(&self, portal: Portals) -> Option<&str>;
}