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