Type Alias BoxTunneling

Source
type BoxTunneling<T> = Pin<Box<dyn Future<Output = Result<T, TunnelError>> + Send>>;

Aliased Typeยง

#[repr(transparent)]
struct BoxTunneling<T> { /* private fields */ }