We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97b22a commit 63e4340Copy full SHA for 63e4340
sqlx-core/src/types/json.rs
@@ -196,20 +196,6 @@ where
196
}
197
198
199
-impl<DB> Type<DB> for Box<JsonRawValue>
200
-where
201
- for<'a> Json<&'a Self>: Type<DB>,
202
- DB: Database,
203
-{
204
- fn type_info() -> DB::TypeInfo {
205
- <Json<&Self> as Type<DB>>::type_info()
206
- }
207
-
208
- fn compatible(ty: &DB::TypeInfo) -> bool {
209
- <Json<&Self> as Type<DB>>::compatible(ty)
210
211
-}
212
213
impl<'q, DB> Encode<'q, DB> for JsonRawValue
214
where
215
for<'a> Json<&'a Self>: Encode<'q, DB>,
0 commit comments