Type Definition treemux::ResponseFut[][src]

pub type ResponseFut = Pin<Box<dyn Future<Output = ResponseResult> + Send + 'static>>;