Fix serde docs
This commit is contained in:
parent
07c7ffdac6
commit
1d3c540dd9
@ -6,6 +6,7 @@ use std::io::Read;
|
||||
|
||||
use crate::types::{FromSql, IsNull, ToSql, Type};
|
||||
|
||||
/// A wrapper type to allow arbitrary `Serialize`/`Deserialize` types to convert to Postgres JSON values.
|
||||
#[derive(Debug)]
|
||||
pub struct Json<T>(pub T);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user