type BoxTunneling<T> = Pin<Box<dyn Future<Output = Result<T, TunnelError>> + Send>>;
#[repr(transparent)]struct BoxTunneling<T> { /* private fields */ }