[][src]Struct async_read_progress::LogStreamProgress

#[must_use = "streams do nothing unless polled"]pub struct LogStreamProgress<St, F> { /* fields omitted */ }

Reader for the report_progress method.

Trait Implementations

impl<'a, St, F> AsyncRead for LogStreamProgress<St, F> where
    St: FAsyncRead,
    F: FnMut(usize), 
[src]

impl<'a, St, F> AsyncRead for LogStreamProgress<St, F> where
    St: TAsyncRead,
    F: FnMut(usize), 
[src]

impl<St, F> Debug for LogStreamProgress<St, F> where
    St: Debug
[src]

impl<T, U> Unpin for LogStreamProgress<T, U> where
    T: Unpin,
    U: Unpin
[src]

Auto Trait Implementations

impl<St, F> RefUnwindSafe for LogStreamProgress<St, F> where
    F: RefUnwindSafe,
    St: RefUnwindSafe

impl<St, F> Send for LogStreamProgress<St, F> where
    F: Send,
    St: Send

impl<St, F> Sync for LogStreamProgress<St, F> where
    F: Sync,
    St: Sync

impl<St, F> UnwindSafe for LogStreamProgress<St, F> where
    F: UnwindSafe,
    St: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<R> AsyncReadExt for R where
    R: AsyncRead + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.