Struct serde_json::de::IoRead
[−]
[src]
pub struct IoRead<R> where R: Read { /* fields omitted */ }
JSON input source that reads from a std::io input stream.
Methods
impl<R> IoRead<R> where R: Read
[src]
fn new(reader: R) -> Self
Create a JSON input source to read from a std::io input stream.