[][src]Trait interledger_store_redis::IntoConnectionInfo

pub trait IntoConnectionInfo {
    fn into_connection_info(self) -> Result<ConnectionInfo, RedisError>;
}

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

fn into_connection_info(self) -> Result<ConnectionInfo, RedisError>

Converts the object into a connection info object.

Loading content...

Implementations on Foreign Types

impl IntoConnectionInfo for Url[src]

impl<'a> IntoConnectionInfo for &'a str[src]

Loading content...

Implementors

Loading content...