pub trait RouteSegQuery { // Required methods fn is_local(&self) -> bool; fn is_global(&self) -> bool; }