Returns the internal connection value. See the [`Connection` Deref column](crate#supported-drivers) for the expected type of this value.
(self)
| 207 | /// Returns the internal connection value. See the [`Connection` Deref |
| 208 | /// column](crate#supported-drivers) for the expected type of this value. |
| 209 | pub fn into_inner(self) -> &'a <D::Pool as Pool>::Connection { |
| 210 | self.0 |
| 211 | } |
| 212 | } |
| 213 | |
| 214 | #[cfg(feature = "rocket_okapi")] |
no outgoing calls
no test coverage detected