[−][src]Struct osauth::sync::SyncStream
A reader into an asynchronous stream.
Trait Implementations
impl<'s, S: Debug, E: Debug> Debug for SyncStream<'s, S, E> where
S: Stream<Item = Result<Bytes, E>> + Unpin,
[src][+]
S: Stream<Item = Result<Bytes, E>> + Unpin,
impl<'s, S, E> Read for SyncStream<'s, S, E> where
S: Stream<Item = Result<Bytes, E>> + Unpin,
E: Into<Box<dyn Error + Send + Sync + 'static>>,
[src][+]
S: Stream<Item = Result<Bytes, E>> + Unpin,
E: Into<Box<dyn Error + Send + Sync + 'static>>,
Auto Trait Implementations
impl<'s, S, E = Error> !RefUnwindSafe for SyncStream<'s, S, E>
impl<'s, S, E = Error> !Send for SyncStream<'s, S, E>
impl<'s, S, E = Error> !Sync for SyncStream<'s, S, E>
impl<'s, S, E> Unpin for SyncStream<'s, S, E>
impl<'s, S, E = Error> !UnwindSafe for SyncStream<'s, S, E>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,