Type Definition deadpool_redis::CreatePoolError
source · pub type CreatePoolError = CreatePoolError<ConfigError, RedisError>;
Expand description
Type alias for using deadpool::managed::CreatePoolError
with redis
.
pub type CreatePoolError = CreatePoolError<ConfigError, RedisError>;
Type alias for using deadpool::managed::CreatePoolError
with redis
.