Trait redis_sk::IntoConnectionInfo[][src]

pub trait IntoConnectionInfo {
    fn into_connection_info(self) -> RedisResult<ConnectionInfo>;
}
Expand description

Converts an object into a connection info struct. This allows the constructor of the client to accept connection information in a range of different formats.

Required methods

Converts the object into a connection info object.

Implementations on Foreign Types

Implementors