Struct differential_dataflow::operators::arrange::TraceWriter [] [src]

pub struct TraceWriter<K, V, T, R, Tr> where
    T: Lattice + Ord + Clone + 'static,
    Tr: Trace<K, V, T, R>,
    Tr::Batch: Batch<K, V, T, R>, 
{ /* fields omitted */ }

A trace writer capability.

Methods

impl<K, V, T, R, Tr> TraceWriter<K, V, T, R, Tr> where
    T: Lattice + Ord + Clone + 'static,
    Tr: Trace<K, V, T, R>,
    Tr::Batch: Batch<K, V, T, R>, 
[src]

[src]

Advances the trace to frontier, providing batch data if it exists.

Trait Implementations

impl<K, V, T, R, Tr> Drop for TraceWriter<K, V, T, R, Tr> where
    T: Lattice + Ord + Clone + 'static,
    Tr: Trace<K, V, T, R>,
    Tr::Batch: Batch<K, V, T, R>, 
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<K, V, T, R, Tr> !Send for TraceWriter<K, V, T, R, Tr>

impl<K, V, T, R, Tr> !Sync for TraceWriter<K, V, T, R, Tr>