pub trait BuildTunnelAction: Send + Sync + Display { // Required methods fn local(&self) -> &Endpoint; fn remote(&self) -> &Endpoint; }