hyper::rt::bounds::h2_client::sealed_client

Trait Sealed

source
pub trait Sealed<X> { }

Implementors§

source§

impl<E, B, T> Sealed<(B, T)> for E
where E: Executor<H2ClientFuture<B, T>>, B: Body + 'static, B::Error: Into<Box<dyn Error + Send + Sync>>, H2ClientFuture<B, T>: Future<Output = ()>, T: Read + Write + Unpin,