[][src]Type Definition http_types::upgrade::Connection

type Connection = RawConnection<Box<dyn InnerConnection + 'static>>;
This is supported on unstable only.

A boxed upgraded HTTP connection.