Sealed

Trait Sealed 

Source
pub trait Sealed<X> { }

Implementors§

Source§

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