Trait redis_cluster_async_tls::Connect
source · [−]pub trait Connect: Sized {
fn connect<'a, T>(info: T) -> RedisFuture<'a, Self>
where
T: IntoConnectionInfo + Send + 'a;
}pub trait Connect: Sized {
fn connect<'a, T>(info: T) -> RedisFuture<'a, Self>
where
T: IntoConnectionInfo + Send + 'a;
}