Type Alias GenericConnectionFut

Source
pub type GenericConnectionFut = Pin<Box<dyn Future<Output = Result<BoxConn, Box<dyn StdError + Send + Sync>>> + Send>>;
Expand description

Future returned by GenericConnector.

Aliased Typeยง

struct GenericConnectionFut {}