[][src]Struct timely::dataflow::channels::pact::LogPuller

pub struct LogPuller<T, D, P: Pull<Bundle<T, D>>> { /* fields omitted */ }

Wraps a Message<T,D> puller to provide a Pull<(T, Content<D>)>.

Methods

impl<T, D, P: Pull<Bundle<T, D>>> LogPuller<T, D, P>[src]

pub fn new(
    puller: P,
    index: usize,
    channel: usize,
    logging: Option<Logger>
) -> Self
[src]

Allocates a new Puller.

Trait Implementations

impl<T, D, P: Pull<Bundle<T, D>>> Pull<Message<Message<T, D>>> for LogPuller<T, D, P>[src]

Auto Trait Implementations

impl<T, D, P> !Send for LogPuller<T, D, P>

impl<T, D, P> !Sync for LogPuller<T, D, P>

impl<T, D, P> Unpin for LogPuller<T, D, P> where
    D: Unpin,
    P: Unpin,
    T: Unpin

impl<T, D, P> !UnwindSafe for LogPuller<T, D, P>

impl<T, D, P> !RefUnwindSafe for LogPuller<T, D, P>

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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