There have been some differences in Rocket support since 0.2: 1. we shipped with our own version of `RocketDbPool` 2. the difference in `Pool` trait 3. basically have to `conn.into_inner()` everywhere (which is bad but I could not figure out how to eliminate that yet)
There have been some differences in Rocket support since 0.2:
RocketDbPoolPooltraitconn.into_inner()everywhere (which is bad but I could not figure out how to eliminate that yet)