[−][src]Trait redis::IntoConnectionInfo
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.
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.
fn into_connection_info(self) -> RedisResult<ConnectionInfo>impl<'a> IntoConnectionInfo for &'a str[src]fn into_connection_info(self) -> RedisResult<ConnectionInfo>[src]impl IntoConnectionInfo for Url[src]fn into_connection_info(self) -> RedisResult<ConnectionInfo>[src]impl IntoConnectionInfo for ConnectionInfo[src]fn into_connection_info(self) -> RedisResult<ConnectionInfo>[src]