Trait snocat::common::protocol::tunnel::TunnelControlPerChannel[][src]

pub trait TunnelControlPerChannel: TunnelControl {
    fn close_uplink<'a>(&'a self) -> BoxFuture<'a, Result<(), TunnelError>>;
fn close_downlink<'a>(&'a self) -> BoxFuture<'a, Result<(), TunnelError>>; }

Required methods

Implementors