Type Alias BoxConnecting

Source
type BoxConnecting = Pin<Box<dyn Future<Output = Result<TokioIo<TcpStream>, ConnectError>> + Send>>;

Aliased Typeยง

#[repr(transparent)]
struct BoxConnecting { /* private fields */ }