Struct serde_cbor::de::IoRead[][src]

pub struct IoRead<R> where
    R: Read
{ /* fields omitted */ }

CBOR input source that reads from a std::io input stream.

Methods

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

Creates a new CBOR input source to read from a std::io input stream.

Trait Implementations

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

Auto Trait Implementations

impl<R> Send for IoRead<R> where
    R: Send

impl<R> Sync for IoRead<R> where
    R: Sync