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

pub trait Tunnel: TunnelUplink + Send + Sync + Unpin {
    fn downlink<'a>(
        &'a self
    ) -> BoxFuture<'a, Option<Box<dyn TunnelDownlink + Send + Unpin>>>; }

Required methods

Implementors