Add missing pub(crate) statements.
This commit is contained in:
committed by
Sean McArthur
parent
4857a5917d
commit
647f59756e
@@ -164,6 +164,7 @@ impl<T: Into<body::Body>> From<http::Response<T>> for Response {
|
||||
}
|
||||
}
|
||||
|
||||
/// A JSON object.
|
||||
pub struct Json<T> {
|
||||
concat: Concat2<Decoder>,
|
||||
_marker: PhantomData<T>,
|
||||
|
||||
Reference in New Issue
Block a user