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