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]
R: Read,
Trait Implementations
impl<R> Read for IoRead<R> where
R: Read,
[src]
R: Read,