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]

Create a JSON input source to read from a std::io input stream.

Trait Implementations

impl<R> Read for IoRead<R> where R: Read
[src]