(self)
| 131 | |
| 132 | impl<'c> IntoSchemaManagerConnection<'c> for SchemaManagerConnection<'c> { |
| 133 | fn into_schema_manager_connection(self) -> SchemaManagerConnection<'c> { |
| 134 | self |
| 135 | } |
| 136 | } |
| 137 | |
| 138 | impl<'c> IntoSchemaManagerConnection<'c> for &'c DatabaseConnection { |
no test coverage detected