Struct serde_json::de::IoRead
source · pub struct IoRead<R>where
R: Read,{ /* private fields */ }
Expand description
JSON input source that reads from a std::io input stream.
pub struct IoRead<R>where
R: Read,{ /* private fields */ }
JSON input source that reads from a std::io input stream.