Struct parity_scale_codec::IoReader [−][src]
pub struct IoReader<R: Read>(pub R);
Wrapper that implements Input for any Read
type.
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for IoReader<R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<R> Send for IoReader<R> where
R: Send,
R: Send,
impl<R> Sync for IoReader<R> where
R: Sync,
R: Sync,
impl<R> Unpin for IoReader<R> where
R: Unpin,
R: Unpin,
impl<R> UnwindSafe for IoReader<R> where
R: UnwindSafe,
R: UnwindSafe,