Type Alias InnerFuture
pub type InnerFuture<T, E> = Pin<Box<dyn Future<Output = Result<Connection<T>, Error<E>>> + Send>>;Available on crate feature
websocket and non-WebAssembly only.Expand description
Type alias corresponding to framed::Config::Dial and framed::Config::ListenerUpgrade.
Aliased Typeยง
pub struct InnerFuture<T, E> { /* private fields */ }