Trait salvo_core::rt::bounds::Http2ServerConnExec

source ·
pub trait Http2ServerConnExec<F, B>: Sealed<(F, B)> + Clone
where B: Body,
{ }
Expand description

An executor to spawn http2 connections.

This trait is implemented for any type that implements Executor trait for any future.

This trait is sealed and cannot be implemented for types outside this crate.

Object Safety§

This trait is not object safe.

Implementors§