BuildTunnelAction

Trait BuildTunnelAction 

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

Required Methods§

Source

fn local(&self) -> &Endpoint

Source

fn remote(&self) -> &Endpoint

Implementors§