pub type TokioWrapper<'a, T> = Wrapper<'a, Tokio, T>;Available on crate features
wrapper and tokio only.Expand description
An alias for Wrapper using the tokio runtime
Aliased Typeยง
pub struct TokioWrapper<'a, T> { /* private fields */ }