pub trait Sealed { }Implementations on Foreign Types§
impl<I, B, S> Sealed for Connection<I, S>
Available on crate feature
http1 only.impl<I, B, S> Sealed for UpgradeableConnection<I, S>
Available on crate feature
http1 only.impl<I, B, S, E> Sealed for Connection<I, S, E>
Available on crate feature
http2 only.Implementors§
impl<I, B, S, E> Sealed for hyper_util::server::conn::auto::Connection<'_, I, S, E>
Available on crate feature
server-auto only.impl<I, B, S, E> Sealed for hyper_util::server::conn::auto::UpgradeableConnection<'_, I, S, E>
Available on crate feature
server-auto only.