Trait snocat::common::protocol::traits::DynamicResponseClient[][src]

pub trait DynamicResponseClient: Send {
    fn handle_dynamic(
        self: Box<Self>,
        addr: RouteAddress,
        tunnel: Box<dyn TunnelStream + Send + 'static>
    ) -> BoxFuture<'_, Result<Response, ClientError>>; }

Required methods

Implementors